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