| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS Iteration over empty StyleMap returns empty iterator | |
| 3 FAIL Iterator for single entry returns iterator with a single value assert_equal
s: expected "CSSUnitValue" but got "CSSStyleValue" | |
| 4 PASS Iterator for single key returns iterator with a single value | |
| 5 FAIL Iterator for single value returns iterator with a single value assert_equal
s: expected "CSSUnitValue" but got "CSSStyleValue" | |
| 6 PASS Iterating entries over border element expansion | |
| 7 PASS Variable values come out as CSSUnparsedValues | |
| 8 PASS Custom properties set on the element come out as CSSStyleValues | |
| 9 PASS @apply rules come out as CSSStyleValues | |
| 10 Harness: the test ran to completion. | |
| 11 | |
| OLD | NEW |