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

Unified Diff: LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt

Issue 20351002: Add 'error' parameter to 'window.onerror' handlers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt
diff --git a/LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt b/LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt
index c2afd0dcd63efdbedaaf822b0059ec8d932ca820..3071997428615450b30aa5d6bd70b446e4539e26 100644
--- a/LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt
+++ b/LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt
@@ -4,38 +4,122 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
window.onerror: "Uncaught Error: Error in isolated world inline script." at (Line: 11, Column: 18)
+Error: Error in isolated world inline script.
+ at :11:19
+ at :12:11
+ at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-isolatedworld-01.html:37:24
+
+Error: Error in isolated world inline script.
+ at :11:19
+ at :12:11
+ at window-onerror-isolatedworld-01.html:37:24
+
Returning 'true': the error should not be reported in the console as an unhandled exception.
Handling 'error' event (phase 2): "Uncaught Error: Error in isolated world inline script." at :11
+Error: Error in isolated world inline script.
+ at :11:19
+ at :12:11
+ at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-isolatedworld-01.html:37:24
+
+Error: Error in isolated world inline script.
+ at :11:19
+ at :12:11
+ at window-onerror-isolatedworld-01.html:37:24
+
PASS eventPassedToTheErrorListener is window.event
PASS eventCurrentTarget is window
Calling e.preventDefault(): the error should not be reported in the console as an unhandled exception.
window.onerror: "Uncaught Error: Error in main world inline script." at window-onerror-isolatedworld-01.html (Line: 33, Column: 18)
+Error: Error in main world inline script.
+ at exceptions (file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-isolatedworld-01.html:33:19)
+ at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-isolatedworld-01.html:39:9
+
+Error: Error in main world inline script.
+ at exceptions window-onerror-isolatedworld-01.html:33:19
+ at window-onerror-isolatedworld-01.html:39:9
+
Returning 'true': the error should not be reported in the console as an unhandled exception.
Handling 'error' event (phase 2): "Uncaught Error: Error in main world inline script." at window-onerror-isolatedworld-01.html:33
+Error: Error in main world inline script.
+ at exceptions (file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-isolatedworld-01.html:33:19)
+ at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-isolatedworld-01.html:39:9
+
+Error: Error in main world inline script.
+ at exceptions window-onerror-isolatedworld-01.html:33:19
+ at window-onerror-isolatedworld-01.html:39:9
+
PASS eventPassedToTheErrorListener is window.event
PASS eventCurrentTarget is window
Calling e.preventDefault(): the error should not be reported in the console as an unhandled exception.
window.onerror: "Uncaught Error: Error in isolated world load handler." at (Line: 8, Column: 22)
+Error: Error in isolated world load handler.
+ at :8:23
+
+Error: Error in isolated world load handler.
+ at :8:23
+
Returning 'true': the error should not be reported in the console as an unhandled exception.
Handling 'error' event (phase 2): "Uncaught Error: Error in isolated world load handler." at :8
+Error: Error in isolated world load handler.
+ at :8:23
+
+Error: Error in isolated world load handler.
+ at :8:23
+
PASS eventPassedToTheErrorListener is window.event
PASS eventCurrentTarget is window
Calling e.preventDefault(): the error should not be reported in the console as an unhandled exception.
window.onerror: "Uncaught Error: Error in main world load handler." at window-onerror-isolatedworld-01.html (Line: 30, Column: 22)
+Error: Error in main world load handler.
+ at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-isolatedworld-01.html:30:23
+
+Error: Error in main world load handler.
+ at window-onerror-isolatedworld-01.html:30:23
+
Returning 'true': the error should not be reported in the console as an unhandled exception.
Handling 'error' event (phase 2): "Uncaught Error: Error in main world load handler." at window-onerror-isolatedworld-01.html:30
+Error: Error in main world load handler.
+ at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-isolatedworld-01.html:30:23
+
+Error: Error in main world load handler.
+ at window-onerror-isolatedworld-01.html:30:23
+
PASS eventPassedToTheErrorListener is window.event
PASS eventCurrentTarget is window
Calling e.preventDefault(): the error should not be reported in the console as an unhandled exception.
window.onerror: "Uncaught Error: Error in isolated world setTimeout callback." at (Line: 6, Column: 26)
+Error: Error in isolated world setTimeout callback.
+ at :6:27
+
+Error: Error in isolated world setTimeout callback.
+ at :6:27
+
Returning 'true': the error should not be reported in the console as an unhandled exception.
Handling 'error' event (phase 2): "Uncaught Error: Error in isolated world setTimeout callback." at :6
+Error: Error in isolated world setTimeout callback.
+ at :6:27
+
+Error: Error in isolated world setTimeout callback.
+ at :6:27
+
PASS eventPassedToTheErrorListener is window.event
PASS eventCurrentTarget is window
Calling e.preventDefault(): the error should not be reported in the console as an unhandled exception.
window.onerror: "Uncaught Error: Error in main world setTimeout callback." at window-onerror-isolatedworld-01.html (Line: 28, Column: 26)
+Error: Error in main world setTimeout callback.
+ at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-isolatedworld-01.html:28:27
+
+Error: Error in main world setTimeout callback.
+ at window-onerror-isolatedworld-01.html:28:27
+
Returning 'true': the error should not be reported in the console as an unhandled exception.
Handling 'error' event (phase 2): "Uncaught Error: Error in main world setTimeout callback." at window-onerror-isolatedworld-01.html:28
+Error: Error in main world setTimeout callback.
+ at file:///Volumes/Repositories/blink/src/third_party/WebKit/LayoutTests/fast/events/window-onerror-isolatedworld-01.html:28:27
+
+Error: Error in main world setTimeout callback.
+ at window-onerror-isolatedworld-01.html:28:27
+
PASS eventPassedToTheErrorListener is window.event
PASS eventCurrentTarget is window
Calling e.preventDefault(): the error should not be reported in the console as an unhandled exception.

Powered by Google App Engine
This is Rietveld 408576698