Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassgetPropertyValue('all') returns empty string
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:13:5)
PassgetPropertyValue('all') returns css-wide keyword if possible
Asserts run
Pass
assert_equals("revert", "revert")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:19:5)
FailgetPropertyValue('all') returns empty string when single property overridenassert_equals: expected "" but got "revert"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/cssstyledeclaration-all-shorthand.html:25:5)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/cssstyledeclaration-all-shorthand.html:22:3
Asserts run
Fail
assert_equals("revert", "")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:25:5)
FailsetProperty('all') sets all property valuesassert_equals: expected "revert" but got ""
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/cssstyledeclaration-all-shorthand.html:31:5)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/cssstyledeclaration-all-shorthand.html:28:3
Asserts run
Fail
assert_equals("", "revert")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:31:5)
FailremoveProperty('all') removes all declarations affected by 'all'assert_equals: expected "" but got "50px"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/cssstyledeclaration-all-shorthand.html:42:5)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2684:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/css/cssom/cssstyledeclaration-all-shorthand.html:35:3
Asserts run
Pass
assert_equals("50px", "50px")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:38:5)
Pass
assert_equals("green", "green")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:39:5)
Pass
assert_equals("rtl", "rtl")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:40:5)
Fail
assert_equals("50px", "")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:42:5)
PassremoveProperty('all') removes an 'all' declaration
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:51:5)