Pass | Property touch-action value 'auto' | Asserts runPass | 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) |
|
Pass | Property touch-action value 'none' | Asserts runPass | 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) |
|
Pass | Property touch-action value 'manipulation' | Asserts runPass | 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) |
|
Pass | Property touch-action value 'pan-x' | Asserts runPass | 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) |
|
Pass | Property touch-action value 'pan-y' | Asserts runPass | 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) |
|
Pass | Property touch-action value 'pan-x pan-y' | Asserts runPass | 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) |
|