OLD | NEW |
1 Test that window.onerror and "error" event listeners from isolated world are inv
oked for uncaught exceptions in scripts running in isolate worlds as well as for
exceptions in the main world.Bug 8519. | 1 Test that window.onerror and "error" event listeners from isolated world are inv
oked for uncaught exceptions in scripts running in isolate worlds as well as for
exceptions in the main world.Bug 8519. |
2 | 2 |
3 isolated world window.onerror: Uncaught Error: Error in isolated world inline sc
ript. at , Line: 41, Column: 19 | 3 isolated world window.onerror: Uncaught Error: Error in isolated world inline sc
ript. at , Line: 41, Column: 13 |
4 Error object present! | 4 Error object present! |
5 isolated world error event listener: Uncaught Error: Error in isolated world inl
ine script. at :, Line: 41 | 5 isolated world error event listener: Uncaught Error: Error in isolated world inl
ine script. at :, Line: 41 |
6 Error object present! | 6 Error object present! |
7 isolated world error event listener: Uncaught Error: Error in main world inline
script. at window-onerror-isolatedworld-02.html:, Line: 30 | 7 isolated world error event listener: Uncaught Error: Error in main world inline
script. at window-onerror-isolatedworld-02.html:, Line: 30 |
8 No error object present! | 8 No error object present! |
9 isolated world window.onerror: Uncaught Error: Error in isolated world load hand
ler. at , Line: 38, Column: 23 | 9 isolated world window.onerror: Uncaught Error: Error in isolated world load hand
ler. at , Line: 38, Column: 17 |
10 Error object present! | 10 Error object present! |
11 isolated world error event listener: Uncaught Error: Error in isolated world loa
d handler. at :, Line: 38 | 11 isolated world error event listener: Uncaught Error: Error in isolated world loa
d handler. at :, Line: 38 |
12 Error object present! | 12 Error object present! |
13 isolated world error event listener: Uncaught Error: Error in main world load ha
ndler. at window-onerror-isolatedworld-02.html:, Line: 27 | 13 isolated world error event listener: Uncaught Error: Error in main world load ha
ndler. at window-onerror-isolatedworld-02.html:, Line: 27 |
14 No error object present! | 14 No error object present! |
OLD | NEW |