| OLD | NEW |
| 1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M56,
around January 2017. See https://www.chromestatus.com/features/5716060992962560
for more details. | 1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M57,
around March 2017. See https://www.chromestatus.com/features/5716060992962560 fo
r more details. |
| 2 This is a testharness.js-based test. | 2 This is a testharness.js-based test. |
| 3 PASS The prototype for OL is HTMLOListElement.prototype | 3 PASS The prototype for OL is HTMLOListElement.prototype |
| 4 PASS 'reversed' property should be defined on OL. | 4 PASS 'reversed' property should be defined on OL. |
| 5 PASS 'start' property should be defined on OL. | 5 PASS 'start' property should be defined on OL. |
| 6 PASS 'type' property should be defined on OL. | 6 PASS 'type' property should be defined on OL. |
| 7 PASS OL's 'reversed' IDL property reflects content attribute. | 7 PASS OL's 'reversed' IDL property reflects content attribute. |
| 8 PASS OL's 'start' IDL property reflects content attribute. | 8 PASS OL's 'start' IDL property reflects content attribute. |
| 9 PASS OL's 'type' IDL property reflects content attribute. | 9 PASS OL's 'type' IDL property reflects content attribute. |
| 10 PASS IDL 'reversed' attribute value false when content attribute absent | 10 PASS IDL 'reversed' attribute value false when content attribute absent |
| 11 PASS IDL 'reversed' attribute value true when content attribute exists | 11 PASS IDL 'reversed' attribute value true when content attribute exists |
| 12 PASS Changing IDL 'reversed' property changes list's reversed property. | 12 PASS Changing IDL 'reversed' property changes list's reversed property. |
| 13 PASS Default start value for non-reversed list should be 1 | 13 PASS Default start value for non-reversed list should be 1 |
| 14 PASS IDL and content attribute parse start of '.5' correctly. | 14 PASS IDL and content attribute parse start of '.5' correctly. |
| 15 PASS IDL and content attribute parse start of 'A' correctly. | 15 PASS IDL and content attribute parse start of 'A' correctly. |
| 16 FAIL Default start value (if none provided) for reversed list = 1. assert_equals
: expected 1 but got 3 | 16 FAIL Default start value (if none provided) for reversed list = 1. assert_equals
: expected 1 but got 3 |
| 17 FAIL Default start value (if failed to parse) for reversed list = 1. assert_equa
ls: expected 1 but got 3 | 17 FAIL Default start value (if failed to parse) for reversed list = 1. assert_equa
ls: expected 1 but got 3 |
| 18 FAIL Default start value for reversed list = 1 (even with tons of other child el
ements). assert_equals: expected 1 but got 3 | 18 FAIL Default start value for reversed list = 1 (even with tons of other child el
ements). assert_equals: expected 1 but got 3 |
| 19 FAIL Adding child element to reversed list does not change start value assert_eq
uals: expected 1 but got 3 | 19 FAIL Adding child element to reversed list does not change start value assert_eq
uals: expected 1 but got 3 |
| 20 FAIL Deleting child element from reversed list does not change start value asser
t_equals: expected 1 but got 2 | 20 FAIL Deleting child element from reversed list does not change start value asser
t_equals: expected 1 but got 2 |
| 21 PASS IDL and content attribute parse start of '2' correctly. | 21 PASS IDL and content attribute parse start of '2' correctly. |
| 22 PASS IDL and content attribute parse start of '-10' correctly. | 22 PASS IDL and content attribute parse start of '-10' correctly. |
| 23 PASS IDL and content attribute parse start of '4.03' correctly. | 23 PASS IDL and content attribute parse start of '4.03' correctly. |
| 24 PASS IDL and content attribute parse start of '-4.03' correctly. | 24 PASS IDL and content attribute parse start of '-4.03' correctly. |
| 25 PASS IDL and content attribute parse start of '4.9' correctly. | 25 PASS IDL and content attribute parse start of '4.9' correctly. |
| 26 PASS IDL and content attribute parse start of '-4.9' correctly. | 26 PASS IDL and content attribute parse start of '-4.9' correctly. |
| 27 PASS IDL and content attribute parse start of '7e2' correctly. | 27 PASS IDL and content attribute parse start of '7e2' correctly. |
| 28 Harness: the test ran to completion. | 28 Harness: the test ran to completion. |
| 29 | 29 |
| OLD | NEW |