| OLD | NEW |
| 1 | |
| 2 | |
| 3 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 4 PASS The prototype for OL is HTMLOListElement.prototype | 2 PASS The prototype for OL is HTMLOListElement.prototype |
| 5 FAIL 'reversed' property should be defined on OL. assert_own_property: expected
property "reversed" missing | 3 FAIL 'reversed' property should be defined on OL. assert_own_property: expected
property "reversed" missing |
| 6 FAIL 'start' property should be defined on OL. assert_own_property: expected pro
perty "start" missing | 4 FAIL 'start' property should be defined on OL. assert_own_property: expected pro
perty "start" missing |
| 7 FAIL 'type' property should be defined on OL. assert_own_property: expected prop
erty "type" missing | 5 FAIL 'type' property should be defined on OL. assert_own_property: expected prop
erty "type" missing |
| 8 PASS OL's 'reversed' IDL property reflects content attribute. | 6 PASS OL's 'reversed' IDL property reflects content attribute. |
| 9 PASS OL's 'start' IDL property reflects content attribute. | 7 PASS OL's 'start' IDL property reflects content attribute. |
| 10 PASS OL's 'type' IDL property reflects content attribute. | 8 PASS OL's 'type' IDL property reflects content attribute. |
| 11 PASS IDL 'reversed' attribute value false when content attribute absent | 9 PASS IDL 'reversed' attribute value false when content attribute absent |
| 12 PASS IDL 'reversed' attribute value true when content attribute exists | 10 PASS IDL 'reversed' attribute value true when content attribute exists |
| 13 PASS Changing IDL 'reversed' property changes list's reversed property. | 11 PASS Changing IDL 'reversed' property changes list's reversed property. |
| 14 PASS Default start value for non-reversed list should be 1 | 12 PASS Default start value for non-reversed list should be 1 |
| 15 PASS IDL and content attribute parse start of '.5' correctly. | 13 PASS IDL and content attribute parse start of '.5' correctly. |
| 16 PASS IDL and content attribute parse start of 'A' correctly. | 14 PASS IDL and content attribute parse start of 'A' correctly. |
| 17 PASS Default start value (if none provided) for reversed list = child li element
s. | 15 PASS Default start value (if none provided) for reversed list = child li element
s. |
| 18 PASS Default start value (if failed to parse) for reversed list = child li eleme
nts. | 16 PASS Default start value (if failed to parse) for reversed list = child li eleme
nts. |
| 19 PASS Default start value for reversed list = child li elements (even with tons o
f other child elements). | 17 PASS Default start value for reversed list = child li elements (even with tons o
f other child elements). |
| 20 FAIL Adding child element to reversed list adds 1 to start value assert_equals:
Adding child element to reversed list adds 1 to start value expected 4 but got 3 | 18 FAIL Adding child element to reversed list adds 1 to start value assert_equals:
Adding child element to reversed list adds 1 to start value expected 4 but got 3 |
| 21 PASS Deleting child element from reversed list reduces start value by 1 | 19 PASS Deleting child element from reversed list reduces start value by 1 |
| 22 PASS IDL and content attribute parse start of '2' correctly. | 20 PASS IDL and content attribute parse start of '2' correctly. |
| 23 PASS IDL and content attribute parse start of '-10' correctly. | 21 PASS IDL and content attribute parse start of '-10' correctly. |
| 24 PASS IDL and content attribute parse start of '4.03' correctly. | 22 PASS IDL and content attribute parse start of '4.03' correctly. |
| 25 PASS IDL and content attribute parse start of '-4.03' correctly. | 23 PASS IDL and content attribute parse start of '-4.03' correctly. |
| 26 PASS IDL and content attribute parse start of '4.9' correctly. | 24 PASS IDL and content attribute parse start of '4.9' correctly. |
| 27 PASS IDL and content attribute parse start of '-4.9' correctly. | 25 PASS IDL and content attribute parse start of '-4.9' correctly. |
| 28 PASS IDL and content attribute parse start of '7e2' correctly. | 26 PASS IDL and content attribute parse start of '7e2' correctly. |
| 29 Harness: the test ran to completion. | 27 Harness: the test ran to completion. |
| 30 | 28 |
| OLD | NEW |