| 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 ReferenceError: hahaha_good_luck_finding_me is not defined |
| 8 at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fas
t/events/window-onerror-01.html:14:9 |
| 9 |
| 10 ReferenceError: hahaha_good_luck_finding_me is not defined |
| 11 at window-onerror-01.html:14:9 |
| 12 |
| 7 Returning 'true': the error should not be reported in the console as an unhandle
d exception. | 13 Returning 'true': the error should not be reported in the console as an unhandle
d exception. |
| 8 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
| 9 | 15 |
| 10 TEST COMPLETE | 16 TEST COMPLETE |
| 11 | 17 |
| OLD | NEW |