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

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

Issue 21071003: Trigger `window.onerror` only for exceptions thrown in the same world. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: feedback Created 7 years, 3 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 , Line: 41, Column: 18 3 isolated world window.onerror: Uncaught Error: Error in isolated world inline sc ript. at , Line: 41, Column: 18
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 window.onerror: Uncaught Error: Error in main world inline script . at window-onerror-isolatedworld-02.html, Line: 30, Column: 18
8 No error object present!
9 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
10 No error object present! 8 No error object present!
11 isolated world window.onerror: Uncaught Error: Error in isolated world load hand ler. at , Line: 38, Column: 22 9 isolated world window.onerror: Uncaught Error: Error in isolated world load hand ler. at , Line: 38, Column: 22
12 Error object present! 10 Error object present!
13 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
14 Error object present! 12 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 13 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! 14 No error object present!
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt ('k') | Source/bindings/v8/V8ErrorHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698