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 SyntaxError: Unexpected end of input" at window-onerro
r-04.html (Line: 1, Column: 2) | 6 window.onerror: "Uncaught SyntaxError: Unexpected end of input" at window-onerro
r-04.html (Line: 1, Column: 2) |
| 7 SyntaxError: Unexpected end of input |
| 8 at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fas
t/events/window-onerror-04.html:14:9 |
| 9 |
| 10 SyntaxError: Unexpected end of input |
| 11 at window-onerror-04.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 |