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 ReferenceError: unknownObject is not defined" at window-onerror-02.html (Line: 14, Column: 9)
8 ReferenceError: unknownObject is not defined
9 at window-onerror-02.html:14:9
11 Returning 'true': the error should not be reported in the console as an unhandled exception.
15 PASS successfullyParsed is true