| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Getting a length type registered property returns a CSSSimpleLength | 2 FAIL Getting a length type registered property returns a CSSUnitValue assert_equ
als: expected "CSSUnitValue" but got "CSSStyleValue" |
| 3 FAIL Getting a URL image type registered property returns a CSSURLImageValue ass
ert_equals: expected "loaded" but got "unloaded" | 3 FAIL Getting a URL image type registered property returns a CSSURLImageValue ass
ert_equals: expected "loaded" but got "unloaded" |
| 4 PASS Getting a width with a length type var value returns a CSSSimpleLength | 4 FAIL Getting a width with a length type var value returns a CSSUnitValue assert_
equals: expected "CSSUnitValue" but got "CSSStyleValue" |
| 5 PASS Getting a background-image with a URL image type var value returns a CSSURL
ImageValue | 5 PASS Getting a background-image with a URL image type var value returns a CSSURL
ImageValue |
| 6 PASS Getting an inherited length type registered property returns a CSSSimpleLen
gth | 6 FAIL Getting an inherited length type registered property returns a CSSUnitValue
assert_equals: expected "CSSUnitValue" but got "CSSStyleValue" |
| 7 PASS Getting a non-inherited length type registered property returns a CSSSimple
Length | 7 FAIL Getting a non-inherited length type registered property returns a CSSUnitVa
lue assert_equals: expected "CSSUnitValue" but got "CSSStyleValue" |
| 8 PASS Getting a height with a calc type containing var values returns a CSSCalcLe
ngth | 8 FAIL Getting a height with a calc type containing var values returns a CSSCalcVa
lue CSSCalcValue is not defined |
| 9 PASS Getting the value of a registered property that isn't set on the element re
turns the initial value for the property | 9 FAIL Getting the value of a registered property that isn't set on the element re
turns the initial value for the property assert_equals: expected "CSSUnitValue"
but got "CSSStyleValue" |
| 10 PASS Getting the value of a property that isn't registered returns null | 10 PASS Getting the value of a property that isn't registered returns null |
| 11 PASS getAll for a length type registered property returns a single value | 11 FAIL getAll for a length type registered property returns a single value assert_
equals: expected "CSSUnitValue" but got "CSSStyleValue" |
| 12 Harness: the test ran to completion. | 12 Harness: the test ran to completion. |
| 13 | 13 |
| OLD | NEW |