OLD | NEW |
1 This test should trigger 'window.onerror' multiple times, and successfully handl
e the errors. | 1 This test should trigger 'window.onerror' multiple times, and successfully handl
e the errors. |
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 Error: Inline exception." at onerror-test.js (Line: 6,
Column: 41) | 6 window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6,
Column: 41) |
7 Stack Trace: | 7 Stack Trace: |
8 Error: Inline exception. | 8 Error: Inline exception. |
9 at throwException onerror-test.js:6:41 | 9 at throwException onerror-test.js:6:41 |
10 at window-onerror-10.html:22:9 | 10 at window-onerror-10.html:22:9 |
(...skipping 15 matching lines...) Expand all Loading... |
26 window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Li
ne: 6, Column: 41) | 26 window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Li
ne: 6, Column: 41) |
27 Stack Trace: | 27 Stack Trace: |
28 Error: exception in setTimeout | 28 Error: exception in setTimeout |
29 at throwException onerror-test.js:6:41 | 29 at throwException onerror-test.js:6:41 |
30 at window-onerror-10.html:11:240 | 30 at window-onerror-10.html:11:240 |
31 | 31 |
32 PASS successfullyParsed is true | 32 PASS successfullyParsed is true |
33 | 33 |
34 TEST COMPLETE | 34 TEST COMPLETE |
35 | 35 |
OLD | NEW |