| OLD | NEW |
| 1 This test should trigger 'window.onerror', and successfully handle the error. | 1 This test should trigger 'window.onerror', and successfully handle the error. |
| 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 window.onerror: "Uncaught ReferenceError: hahaha_good_luck_finding_me is not def
ined" at window-onerror-01.html (Line: 14, Column: 8) | 6 window.onerror: "Uncaught ReferenceError: hahaha_good_luck_finding_me is not def
ined" at window-onerror-01.html (Line: 14, Column: 8) |
| 7 Stack Trace: |
| 8 ReferenceError: hahaha_good_luck_finding_me is not defined |
| 9 at window-onerror-01.html:14:9 |
| 10 |
| 7 Returning 'true': the error should not be reported in the console as an unhandle
d exception. | 11 Returning 'true': the error should not be reported in the console as an unhandle
d exception. |
| 12 |
| 13 |
| 14 |
| 8 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 9 | 16 |
| 10 TEST COMPLETE | 17 TEST COMPLETE |
| 11 | 18 |
| OLD | NEW |