| OLD | NEW |
| (Empty) | |
| 1 |
| 2 This is a testharness.js-based test. |
| 3 PASS Original length |
| 4 PASS Setting length to original value has no effect |
| 5 PASS Setting length to shorter value |
| 6 PASS Setting length to longer value |
| 7 FAIL Insert <p><option>6</option></p> into <select> assert_equals: Correct lengt
h expected 5 but got 6 |
| 8 FAIL Insert <select><option>6</option></select> into <select> assert_equals: Cor
rect length expected 5 but got 6 |
| 9 PASS Insert <optgroup><option>6</option></optgroup> into <select> |
| 10 FAIL Insert <optgroup><optgroup><option>6</option></optgroup></optgroup> into <s
elect> assert_equals: Correct length expected 5 but got 6 |
| 11 PASS namedItem id attribute |
| 12 PASS namedItem name attribute |
| 13 PASS namedItem doesn't match anything |
| 14 FAIL namedItem multiple IDs assert_equals: expected (string) "3" but got (undefi
ned) undefined |
| 15 FAIL namedItem multiple names assert_equals: expected (string) "5" but got (unde
fined) undefined |
| 16 FAIL namedItem multiple name and ID assert_equals: expected (string) "7" but got
(undefined) undefined |
| 17 FAIL namedItem multiple name and ID with multiple attributes assert_equals: expe
cted (string) "9" but got (undefined) undefined |
| 18 PASS namedItem id attribute multiple attributes one element |
| 19 PASS namedItem name attribute multiple attributes one element |
| 20 PASS Add non-option to collection |
| 21 Harness: the test ran to completion. |
| 22 |
| OLD | NEW |