| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS Setting border-left-width to thin | |
| 3 PASS Setting border-left-width to medium | |
| 4 PASS Setting border-left-width to thick | |
| 5 PASS Setting border-left-width to initial | |
| 6 PASS Setting border-left-width to inherit | |
| 7 PASS Setting border-left-width to unset | |
| 8 PASS Setting border-left-width to CSSUnitValue with value 1px | |
| 9 PASS Setting border-left-width to CSSUnitValue with value 3em | |
| 10 PASS Setting border-left-width to CSSUnitValue with value 4ex | |
| 11 PASS Setting border-left-width to CSSUnitValue with value 5ch | |
| 12 PASS Setting border-left-width to CSSUnitValue with value 6rem | |
| 13 PASS Setting border-left-width to CSSUnitValue with value 7vw | |
| 14 PASS Setting border-left-width to CSSUnitValue with value 8vh | |
| 15 PASS Setting border-left-width to CSSUnitValue with value 9vmin | |
| 16 PASS Setting border-left-width to CSSUnitValue with value 10vmax | |
| 17 PASS Setting border-left-width to CSSUnitValue with value 11cm | |
| 18 PASS Setting border-left-width to CSSUnitValue with value 12mm | |
| 19 PASS Setting border-left-width to CSSUnitValue with value 13in | |
| 20 PASS Setting border-left-width to CSSUnitValue with value 14pc | |
| 21 PASS Setting border-left-width to CSSUnitValue with value 15pt | |
| 22 PASS Setting border-left-width to invalid value CSSUnitValue "1" throws | |
| 23 PASS Setting border-left-width to invalid value CSSUnitValue "2%" throws | |
| 24 PASS Setting border-left-width to invalid value null throws | |
| 25 PASS Setting border-left-width to invalid value undefined throws | |
| 26 PASS Setting border-left-width to invalid value true throws | |
| 27 PASS Setting border-left-width to invalid value false throws | |
| 28 PASS Setting border-left-width to invalid value 1 throws | |
| 29 PASS Setting border-left-width to invalid value hello throws | |
| 30 PASS Setting border-left-width to invalid value [object Object] throws | |
| 31 PASS Setting border-left-width to invalid value CSSKeywordValue "notAKeyword" th
rows | |
| 32 PASS Getting border-left-width when it is set to thin | |
| 33 PASS Getting border-left-width when it is set to medium | |
| 34 PASS Getting border-left-width when it is set to thick | |
| 35 PASS Getting border-left-width when it is set to initial | |
| 36 PASS Getting border-left-width when it is set to inherit | |
| 37 PASS Getting border-left-width when it is set to unset | |
| 38 FAIL Getting border-left-width with a CSSUnitValue whose value is 1px assert_equ
als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 39 FAIL Getting border-left-width with a CSSUnitValue whose value is 3em assert_equ
als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 40 FAIL Getting border-left-width with a CSSUnitValue whose value is 4ex assert_equ
als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 41 FAIL Getting border-left-width with a CSSUnitValue whose value is 5ch assert_equ
als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 42 FAIL Getting border-left-width with a CSSUnitValue whose value is 6rem assert_eq
uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 43 FAIL Getting border-left-width with a CSSUnitValue whose value is 7vw assert_equ
als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 44 FAIL Getting border-left-width with a CSSUnitValue whose value is 8vh assert_equ
als: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 45 FAIL Getting border-left-width with a CSSUnitValue whose value is 9vmin assert_e
quals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 46 FAIL Getting border-left-width with a CSSUnitValue whose value is 10vmax assert_
equals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 47 FAIL Getting border-left-width with a CSSUnitValue whose value is 11cm assert_eq
uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 48 FAIL Getting border-left-width with a CSSUnitValue whose value is 12mm assert_eq
uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 49 FAIL Getting border-left-width with a CSSUnitValue whose value is 13in assert_eq
uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 50 FAIL Getting border-left-width with a CSSUnitValue whose value is 14pc assert_eq
uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 51 FAIL Getting border-left-width with a CSSUnitValue whose value is 15pt assert_eq
uals: typeof result expected "CSSUnitValue" but got "CSSStyleValue" | |
| 52 FAIL getAll for single-valued border-left-width assert_equals: Returned type is
incorrect: expected "CSSUnitValue" but got "CSSStyleValue" | |
| 53 PASS Delete border-left-width removes the value from the styleMap | |
| 54 PASS border-left-width shows up in getProperties | |
| 55 PASS Setting border-left-width to a sequence throws | |
| 56 PASS Appending to border-left-width throws | |
| 57 Harness: the test ran to completion. | |
| 58 | |
| OLD | NEW |