OLD | NEW |
| (Empty) |
1 CONSOLE MESSAGE: line 30: Uncaught Error: Error in main world inline script. | |
2 Test that window.onerror and "error" event listeners from isolated world are inv
oked for uncaught exceptions in user scripts running in isolate worlds as well a
s for exceptions in the main world.Bug 8519. | |
3 | |
4 user script window.onerror: Uncaught Error: Error in user script inline script.
at :33 | |
5 user script error event listener: Uncaught Error: Error in user script inline sc
ript. at :33 | |
6 user script window.onerror: Uncaught Error: Error in main world load handler. at
window-onerror-for-isolated-world-2.html:27 | |
7 user script error event listener: Uncaught Error: Error in main world load handl
er. at window-onerror-for-isolated-world-2.html:27 | |
8 user script window.onerror: Uncaught Error: Error in user script load handler. a
t :30 | |
9 user script error event listener: Uncaught Error: Error in user script load hand
ler. at :30 | |
10 user script window.onerror: Uncaught Error: Error in main world setTimeout callb
ack. at window-onerror-for-isolated-world-2.html:25 | |
11 user script error event listener: Uncaught Error: Error in main world setTimeout
callback. at window-onerror-for-isolated-world-2.html:25 | |
12 user script window.onerror: Uncaught Error: Error in user script setTimeout call
back. at :28 | |
13 user script error event listener: Uncaught Error: Error in user script setTimeou
t callback. at :28 | |
OLD | NEW |