Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: LayoutTests/fast/events/window-onerror-isolatedworld-02-expected.txt

Issue 20351002: Add 'error' parameter to 'window.onerror' handlers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Constructor. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 :33 3 isolated world window.onerror: Uncaught Error: Error in isolated world inline sc ript. at , Line: 41, Column: 18
4 isolated world error event listener: Uncaught Error: Error in isolated world inl ine script. at :33 4 Error object present!
5 isolated world window.onerror: Uncaught Error: Error in main world inline script . at window-onerror-isolatedworld-02.html:30 5 isolated world error event listener: Uncaught Error: Error in isolated world inl ine script. at :, Line: 41
6 isolated world error event listener: Uncaught Error: Error in main world inline script. at window-onerror-isolatedworld-02.html:30 6 Error object present!
7 isolated world window.onerror: Uncaught Error: Error in isolated world load hand ler. at :30 7 isolated world window.onerror: Uncaught Error: Error in main world inline script . at window-onerror-isolatedworld-02.html, Line: 30, Column: 18
8 isolated world error event listener: Uncaught Error: Error in isolated world loa d handler. at :30 8 No error object present!
9 isolated world window.onerror: Uncaught Error: Error in main world load handler. at window-onerror-isolatedworld-02.html:27 9 isolated world error event listener: Uncaught Error: Error in main world inline script. at window-onerror-isolatedworld-02.html:, Line: 30
10 isolated world error event listener: Uncaught Error: Error in main world load ha ndler. at window-onerror-isolatedworld-02.html:27 10 No error object present!
11 isolated world window.onerror: Uncaught Error: Error in isolated world setTimeou t callback. at :28 11 isolated world window.onerror: Uncaught Error: Error in isolated world load hand ler. at , Line: 38, Column: 22
12 isolated world error event listener: Uncaught Error: Error in isolated world set Timeout callback. at :28 12 Error object present!
13 isolated world error event listener: Uncaught Error: Error in isolated world loa d handler. at :, Line: 38
14 Error object present!
15 isolated world window.onerror: Uncaught Error: Error in main world load handler. at window-onerror-isolatedworld-02.html, Line: 27, Column: 22
16 No error object present!
17 isolated world error event listener: Uncaught Error: Error in main world load ha ndler. at window-onerror-isolatedworld-02.html:, Line: 27
18 No error object present!
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/window-onerror-isolatedworld-02.html ('k') | Source/bindings/bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698