Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passe.style['background-clip'] = "border-box" should set the property value
Asserts run
Pass
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)
Passe.style['background-clip'] = "padding-box" should set the property value
Asserts run
Pass
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)
Passe.style['background-clip'] = "content-box" should set the property value
Asserts run
Pass
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)
Faile.style['background-clip'] = "border-area" should set the property valueassert_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 run
Fail
assert_not_equals("", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Faile.style['background-clip'] = "border-box, padding-box, content-box, border-area" should set the property valueassert_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 run
Fail
assert_not_equals("", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)