| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 31 tests. 24 PASS 7 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 PASS document.all is an HTMLAllCollection | 3 PASS document.all is an HTMLAllCollection |
| 3 PASS length attribute | 4 PASS length attribute |
| 4 PASS indexed property getter | 5 PASS indexed property getter |
| 5 PASS indexed property getter out of range | 6 PASS indexed property getter out of range |
| 6 PASS named property getter | 7 PASS named property getter |
| 7 PASS named property getter with dot syntax | 8 PASS named property getter with dot syntax |
| 8 PASS named property getter with invalid name | 9 PASS named property getter with invalid name |
| 9 PASS named property getter returning collection | 10 PASS named property getter returning collection |
| 10 PASS named property getter with "array index property name" | 11 PASS named property getter with "array index property name" |
| 11 PASS named property getter with invalid "array index property name" | 12 PASS named property getter with invalid "array index property name" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 25 PASS item method | 26 PASS item method |
| 26 FAIL item method with invalid name assert_equals: expected (object) null but got
(undefined) undefined | 27 FAIL item method with invalid name assert_equals: expected (object) null but got
(undefined) undefined |
| 27 PASS item method returning collection | 28 PASS item method returning collection |
| 28 PASS item method with "array index property name" | 29 PASS item method with "array index property name" |
| 29 PASS item method with "array index property name" as number | 30 PASS item method with "array index property name" as number |
| 30 FAIL item method with invalid "array index property name" assert_equals: expecte
d (object) null but got (undefined) undefined | 31 FAIL item method with invalid "array index property name" assert_equals: expecte
d (object) null but got (undefined) undefined |
| 31 FAIL item method with no argument assert_equals: expected (object) null but got
(undefined) undefined | 32 FAIL item method with no argument assert_equals: expected (object) null but got
(undefined) undefined |
| 32 FAIL collections are new live HTMLCollection instances assert_true: expected tru
e got false | 33 FAIL collections are new live HTMLCollection instances assert_true: expected tru
e got false |
| 33 Harness: the test ran to completion. | 34 Harness: the test ran to completion. |
| 34 | 35 |
| OLD | NEW |