Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / window-onerror-04-expected.txt
blobb2d36ff9238331bd76430b8456e1e98280f275ae
1 This test should trigger 'window.onerror', and successfully handle the error.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 window.onerror: "Uncaught SyntaxError: Unexpected end of input" at window-onerror-04.html (Line: 1, Column: 2)
7 Stack Trace:
8 SyntaxError: Unexpected end of input
9     at window-onerror-04.html:14:9
11 Returning 'true': the error should not be reported in the console as an unhandled exception.
15 PASS successfullyParsed is true
17 TEST COMPLETE