| 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: The provided value is not of type 'HT
MLOptionElement'.. | 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 successfullyParsed is true | 7 PASS successfullyParsed is true |
| 8 | 8 |
| 9 TEST COMPLETE | 9 TEST COMPLETE |
| 10 | 10 |
| OLD | NEW |