| OLD | NEW |
| 1 PASS document.test.elements.length is 2 | 1 PASS document.test.elements.length is 2 |
| 2 PASS document.test.elements[0].name is "foo" | 2 PASS document.test.elements[0].name is "foo" |
| 3 PASS document.test.elements[1].name is "bla" | 3 PASS document.test.elements[1].name is "bla" |
| 4 PASS document.test.foo.value is "Button1" | 4 PASS document.test.foo.value is "Button1" |
| 5 PASS document.test.bla.value is "Button2" | 5 PASS document.test.bla.value is "Button2" |
| 6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
| 7 | 7 |
| 8 TEST COMPLETE | 8 TEST COMPLETE |
| 9 The following tests for regression against 4405: <button> not listed in form col
lections. You should see a series of lines starting with PASS. | 9 The following tests for regression against 4405: <button> not listed in form col
lections. You should see a series of lines starting with PASS. |
| 10 | 10 |
| 11 Button2 | 11 Button2 |
| 12 | 12 |
| 13 | 13 |
| OLD | NEW |