Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailCSSStyleDeclaration.removeProperty("all")assert_equals: all is a shorthand of all properties, so should remove the property expected 0 but got 1
    at Test.<anonymous> (https://www1.wpt.live/css/cssom/cssstyledeclaration-removeProperty-all.html:15:5)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/cssom/cssstyledeclaration-removeProperty-all.html:10:3
Asserts run
Pass
assert_equals(1, 1, "setter should work as expected")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-removeProperty-all.html:13:5)
Fail
assert_equals(1, 0, "all is a shorthand of all properties, so should remove the property")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-removeProperty-all.html:15:5)