Fail | Custom properties specified on the node exposed when enumerating computed style. | assert_equals: expected (string) "50px" but got (undefined) undefined at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/get-computed-style-enumeration.html:71:7)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at https://www1.wpt.live/css/css-properties-values-api/get-computed-style-enumeration.html:70:3 Asserts runFail | assert_equals(undefined, "50px")
at Test.<anonymous> ( /css/css-properties-values-api/get-computed-style-enumeration.html:71:7) |
|
Fail | Inherited custom properties specified on the parent exposed when enumerating computed style. | assert_equals: expected (string) "parent-A" but got (undefined) undefined at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/get-computed-style-enumeration.html:79:7)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at https://www1.wpt.live/css/css-properties-values-api/get-computed-style-enumeration.html:78:3 Asserts runFail | assert_equals(undefined, "parent-A")
at Test.<anonymous> ( /css/css-properties-values-api/get-computed-style-enumeration.html:79:7) |
|
Fail | Unspecified properties with initial values exposed when enumerating computed style. | assert_equals: expected (string) "20px" but got (undefined) undefined at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/get-computed-style-enumeration.html:84:7)
at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
at test (https://www1.wpt.live/resources/testharness.js:633:30)
at https://www1.wpt.live/css/css-properties-values-api/get-computed-style-enumeration.html:83:3 Asserts runFail | assert_equals(undefined, "20px")
at Test.<anonymous> ( /css/css-properties-values-api/get-computed-style-enumeration.html:84:7) |
|
Pass | Non-inherited custom properties specified on the parent without initial values not exposed when enumerating computed style. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /css/css-properties-values-api/get-computed-style-enumeration.html:89:7) |
|
Pass | Unspecified properties without initial values not exposed when enumerating computed style. | Asserts runPass | assert_false(false, "inherited")
at Test.<anonymous> ( /css/css-properties-values-api/get-computed-style-enumeration.html:93:7) | Pass | assert_false(false, "non-inherited")
at Test.<anonymous> ( /css/css-properties-values-api/get-computed-style-enumeration.html:94:7) |
|