Pointer Events touch-action attribute support

Test Description: Test will automatically check behaviour of following combinations: 'pan-x none', 'pan-y none', 'auto none'

touch-action: none

The following pointer types were detected: (none).

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Pass'pan-x none' is corrected properly
Asserts run
Pass
assert_true(true, "'pan-x none' is corrected properly")
    at Test.<anonymous> ( /pointerevents/pointerevent_touch-action-illegal.html:50:21)
Pass'pan-y none' is corrected properly
Asserts run
Pass
assert_true(true, "'pan-y none' is corrected properly")
    at Test.<anonymous> ( /pointerevents/pointerevent_touch-action-illegal.html:53:21)
Pass'auto none' is corrected properly
Asserts run
Pass
assert_true(true, "'auto none' is corrected properly")
    at Test.<anonymous> ( /pointerevents/pointerevent_touch-action-illegal.html:56:21)