Pass | 'all' shorthand alone | Asserts runPass | 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 runPass | 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 runPass | 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 runPass | 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 longhands | assert_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 runFail | 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) |
|
Pass | all:initial should not exclude custom from cssText | Asserts runPass | assert_true(true, "cssText serialization includes custom property")
at Test.<anonymous> ( /css/cssom/cssstyledeclaration-csstext-all-shorthand.html:45:3) |
|