Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
Pass'all' shorthand alone
Asserts run
Pass
assert_equals("all: inherit;", "all: inherit;")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-csstext-all-shorthand.html:12:3)
Pass'all' shorthand with 'width' and 'height'
Asserts run
Pass
assert_equals("all: inherit;", "all: inherit;")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-csstext-all-shorthand.html:17:3)
Pass'all' shorthand with 'direction' and 'unicode-bidi'
Asserts run
Pass
assert_equals("direction: ltr; all: inherit; unicode-bidi: plaintext;", "direction: ltr; all: inherit; unicode-bidi: plaintext;")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-csstext-all-shorthand.html:22:3)
Pass'all' shorthand with 'width', 'height' and custom properties
Asserts run
Pass
assert_equals("--a: a; all: inherit; --b: b;", "--a: a; all: inherit; --b: b;")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-csstext-all-shorthand.html:27:3)
Fail'all' shorthand with all longhandsassert_equals: expected "all: inherit; direction: inherit; unicode-bidi: inherit;" but got "all: inherit; direction: inherit; unicode-bidi: inherit; -webkit-border-image: inherit; -webkit-user-modify: inherit;"
    at Test.<anonymous> (https://www1.wpt.live/css/cssom/cssstyledeclaration-csstext-all-shorthand.html:39: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-csstext-all-shorthand.html:30:1
Asserts run
Fail
assert_equals("all: inherit; direction: inherit; unicode-bidi: inherit; -webkit-border-image: inherit; -webkit-user-modify: inherit;", "all: inherit; direction: inherit; unicode-bidi: inherit;")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-csstext-all-shorthand.html:39:5)
Passall:initial should not exclude custom from cssText
Asserts run
Pass
assert_true(true, "cssText serialization includes custom property")
    at Test.<anonymous> ( /css/cssom/cssstyledeclaration-csstext-all-shorthand.html:45:3)