Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
FailGetting a custom property not in the computed style returns undefinedassert_equals: expected (undefined) undefined but got (object) null
    at Test.<anonymous> (https://not-wpt.live/css/css-typed-om/the-stylepropertymap/computed/get.html:16:3)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at https://not-wpt.live/css/css-typed-om/the-stylepropertymap/computed/get.html:14:1
Asserts run
Fail
assert_equals(null, undefined)
    at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/computed/get.html:16:3)
PassGetting a valid property from computed style returns the correct entry
Asserts run
Pass
assert_equals("CSSUnitValue", "CSSUnitValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_approx_equals(10, 10, 0.000001)
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:61:7)
Pass
assert_equals("px", "px")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:62:7)
PassGetting a valid custom property from computed style returns the correct entry
Asserts run
Pass
assert_equals("CSSUnparsedValue", "CSSUnparsedValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals(1, 1)
    at assert_style_value_array_equals ( /css/css-typed-om/resources/testhelper.js:123:3)
Pass
assert_equals("String", "String")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_equals("auto", "auto")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:116:7)
PassGetting a list-valued property from computed style returns only the first value
Asserts run
Pass
assert_equals("CSSUnitValue", "CSSUnitValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_approx_equals(1, 1, 0.000001)
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:61:7)
Pass
assert_equals("s", "s")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:62:7)
PassComputed StylePropertyMap.get is not case-sensitive
Asserts run
Pass
assert_equals("CSSUnitValue", "CSSUnitValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_approx_equals(10, 10, 0.000001)
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:61:7)
Pass
assert_equals("px", "px")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:62:7)
PassComputed StylePropertyMap.get reflects updates in inline style
Asserts run
Pass
assert_equals("CSSUnitValue", "CSSUnitValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_approx_equals(10, 10, 0.000001)
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:61:7)
Pass
assert_equals("px", "px")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:62:7)
Pass
assert_equals("CSSUnitValue", "CSSUnitValue")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:51:3)
Pass
assert_approx_equals(20, 20, 0.000001)
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:61:7)
Pass
assert_equals("px", "px")
    at assert_style_value_equals ( /css/css-typed-om/resources/testhelper.js:62:7)