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

Unified Diff: LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt

Issue 19962008: Rewrite the 'window.onerror' tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: *facepalm* 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-for-isolated-world-2-expected.txt
diff --git a/LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt b/LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt
deleted file mode 100644
index e31387dbe7a13cf29eac3e89cc010a3d87ddcf04..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-Test that window.onerror and "error" event listeners from isolated world are invoked for uncaught exceptions in scripts running in isolate worlds as well as for exceptions in the main world.Bug 8519.
-
-isolated world window.onerror: Uncaught Error: Error in isolated world inline script. at :33
-isolated world error event listener: Uncaught Error: Error in isolated world inline script. at :33
-isolated world window.onerror: Uncaught Error: Error in main world inline script. at window-onerror-for-isolated-world-2.html:30
-isolated world error event listener: Uncaught Error: Error in main world inline script. at window-onerror-for-isolated-world-2.html:30
-isolated world window.onerror: Uncaught Error: Error in isolated world load handler. at :30
-isolated world error event listener: Uncaught Error: Error in isolated world load handler. at :30
-isolated world window.onerror: Uncaught Error: Error in main world load handler. at window-onerror-for-isolated-world-2.html:27
-isolated world error event listener: Uncaught Error: Error in main world load handler. at window-onerror-for-isolated-world-2.html:27
-isolated world window.onerror: Uncaught Error: Error in isolated world setTimeout callback. at :28
-isolated world error event listener: Uncaught Error: Error in isolated world setTimeout callback. at :28

Powered by Google App Engine
This is Rietveld 408576698