Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
FailCustom 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 run
Fail
assert_equals(undefined, "50px")
    at Test.<anonymous> ( /css/css-properties-values-api/get-computed-style-enumeration.html:71:7)
FailInherited 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 run
Fail
assert_equals(undefined, "parent-A")
    at Test.<anonymous> ( /css/css-properties-values-api/get-computed-style-enumeration.html:79:7)
FailUnspecified 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 run
Fail
assert_equals(undefined, "20px")
    at Test.<anonymous> ( /css/css-properties-values-api/get-computed-style-enumeration.html:84:7)
PassNon-inherited custom properties specified on the parent without initial values not exposed when enumerating computed style.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /css/css-properties-values-api/get-computed-style-enumeration.html:89:7)
PassUnspecified properties without initial values not exposed when enumerating computed style.
Asserts run
Pass
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)