Fail | Getting a custom property not in the computed style returns undefined | assert_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 runFail | assert_equals(null, undefined)
at Test.<anonymous> ( /css/css-typed-om/the-stylepropertymap/computed/get.html:16:3) |
|
Pass | Getting a valid property from computed style returns the correct entry | Asserts runPass | 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 | Getting a valid custom property from computed style returns the correct entry | Asserts runPass | 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) |
|
Pass | Getting a list-valued property from computed style returns only the first value | Asserts runPass | 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) |
|
Pass | Computed StylePropertyMap.get is not case-sensitive | Asserts runPass | 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 | Computed StylePropertyMap.get reflects updates in inline style | Asserts runPass | 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) |
|