Pointer Events touch-action attribute support

Test Description: Test will automatically check parsing behaviour of various touch-action combinations.

touch-action: basic verification

The following pointer types were detected: .

Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passexplicit-pinch-zoom
Asserts run
Pass
assert_equals("pinch-zoom", "pinch-zoom")
    at Test.<anonymous> ( /pointerevents/compat/pointerevent_touch-action-verification.html:29:23)
Passexplicit-pinch-zoom-pan-x-pan-up
Asserts run
Pass
assert_equals("pan-x pan-up pinch-zoom", "pan-x pan-up pinch-zoom")
    at Test.<anonymous> ( /pointerevents/compat/pointerevent_touch-action-verification.html:29:23)
Passexplicit-pinch-zoom-pan-x-pan-y
Asserts run
Pass
assert_equals("manipulation", "manipulation")
    at Test.<anonymous> ( /pointerevents/compat/pointerevent_touch-action-verification.html:29:23)
Passexplicit-invalid-14
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /pointerevents/compat/pointerevent_touch-action-verification.html:29:23)