1 This test should trigger 'window.onerror' multiple times, and successfully handle the errors.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6, Column: 5)
8 Error: Inline exception.
9 at throwException onerror-test.js:6:11
10 at window-onerror-10.html:22:9
12 Returning 'true': the error should not be reported in the console as an unhandled exception.
16 window.onerror: "Uncaught Error: exception in onload" at onerror-test.js (Line: 6, Column: 5)
18 Error: exception in onload
19 at throwException onerror-test.js:6:11
20 at onload window-onerror-10.html:11:205
22 Returning 'true': the error should not be reported in the console as an unhandled exception.
26 window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Line: 6, Column: 5)
28 Error: exception in setTimeout
29 at throwException onerror-test.js:6:11
30 at eval window-onerror-10.html:11:155
32 PASS successfullyParsed is true