| OLD | NEW |
| 1 This test should trigger the single exception on HTMLSelectElement, and verify t
hat the message is reasonably helpful. | 1 This test should trigger the single exception on HTMLSelectElement, and verify t
hat the message is reasonably helpful. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS el[1] = 0; threw exception TypeError: Failed to set an indexed property on
'HTMLSelectElement': The provided value is not of type 'HTMLOptionElement'.. | 6 PASS el[1] = 0; threw exception TypeError: Failed to set an indexed property on
'HTMLSelectElement': The provided value is not of type 'HTMLOptionElement'.. |
| 7 PASS el.namedItem() threw exception TypeError: Failed to execute 'namedItem' on
'HTMLSelectElement': 1 argument required, but only 0 present.. |
| 7 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 8 | 9 |
| 9 TEST COMPLETE | 10 TEST COMPLETE |
| 10 | 11 |
| OLD | NEW |