Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassProperty touch-action value 'auto'
Asserts run
Pass
assert_true(true, "touch-action doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'auto' is a supported value for touch-action.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty touch-action value 'none'
Asserts run
Pass
assert_true(true, "touch-action doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'none' is a supported value for touch-action.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty touch-action value 'manipulation'
Asserts run
Pass
assert_true(true, "touch-action doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'manipulation' is a supported value for touch-action.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("manipulation", "manipulation")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty touch-action value 'pan-x'
Asserts run
Pass
assert_true(true, "touch-action doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'pan-x' is a supported value for touch-action.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pan-x", "pan-x")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty touch-action value 'pan-y'
Asserts run
Pass
assert_true(true, "touch-action doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'pan-y' is a supported value for touch-action.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pan-y", "pan-y")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty touch-action value 'pan-x pan-y'
Asserts run
Pass
assert_true(true, "touch-action doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'pan-x pan-y' is a supported value for touch-action.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pan-x pan-y", "pan-x pan-y")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)