Pass | getPropertyValue('all') returns empty string | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:13:5) |
|
Pass | getPropertyValue('all') returns css-wide keyword if possible | Asserts runPass | assert_equals("revert", "revert")
at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:19:5) |
|
Fail | getPropertyValue('all') returns empty string when single property overriden | assert_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 runFail | assert_equals("revert", "")
at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:25:5) |
|
Fail | setProperty('all') sets all property values | assert_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 runFail | assert_equals("", "revert")
at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:31:5) |
|
Fail | removeProperty('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 runPass | 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) |
|
Pass | removeProperty('all') removes an 'all' declaration | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/cssom/cssstyledeclaration-all-shorthand.html:51:5) |
|