Pass | e.style['background-clip'] = "border-box" should set the property value | Asserts runPass | assert_not_equals("border-box", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("border-box", "border-box", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("border-box", "border-box", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['background-clip'] = "padding-box" should set the property value | Asserts runPass | assert_not_equals("padding-box", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("padding-box", "padding-box", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("padding-box", "padding-box", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Pass | e.style['background-clip'] = "content-box" should set the property value | Asserts runPass | assert_not_equals("content-box", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) | Pass | assert_equals("content-box", "content-box", "serialization should be canonical")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13) | Pass | assert_equals("content-box", "content-box", "serialization should round-trip")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9) |
|
Fail | e.style['background-clip'] = "border-area" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (http://wpt.live/resources/testharness.js:2642:25)
at test (http://wpt.live/resources/testharness.js:633:30)
at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
at http://wpt.live/css/css-backgrounds/parsing/background-clip-valid.html:18:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|
Fail | e.style['background-clip'] = "border-box, padding-box, content-box, border-area" should set the property value | assert_not_equals: property should be set got disallowed value "" at Test.<anonymous> (http://wpt.live/css/support/parsing-testcommon.js:28:9)
at Test.step (http://wpt.live/resources/testharness.js:2642:25)
at test (http://wpt.live/resources/testharness.js:633:30)
at test_valid_value (http://wpt.live/css/support/parsing-testcommon.js:23:5)
at http://wpt.live/css/css-backgrounds/parsing/background-clip-valid.html:20:1 Asserts runFail | assert_not_equals("", "", "property should be set")
at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9) |
|