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

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

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/userscripts/window-onerror-for-isolated-world-2-expected.txt
diff --git a/LayoutTests/userscripts/window-onerror-for-isolated-world-2-expected.txt b/LayoutTests/userscripts/window-onerror-for-isolated-world-2-expected.txt
deleted file mode 100644
index cdd8fec638be80b7d0871f943b4b743ea9340520..0000000000000000000000000000000000000000
--- a/LayoutTests/userscripts/window-onerror-for-isolated-world-2-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-CONSOLE MESSAGE: line 30: Error: Error in main world inline script.
-Test that window.onerror and "error" event listeners from isolated world are invoked for uncaught exceptions in user scripts running in isolate worlds as well as for exceptions in the main world.Bug 8519.
-
-user script window.onerror: Error: Error in user script inline script. at undefined:31
-user script error event listener: Error: Error in user script inline script. at undefined:31
-user script window.onerror: Error: Error in main world load handler. at window-onerror-for-isolated-world-2.html:27
-user script error event listener: Error: Error in main world load handler. at window-onerror-for-isolated-world-2.html:27
-user script window.onerror: Error: Error in user script load handler. at undefined:28
-user script error event listener: Error: Error in user script load handler. at undefined:28
-user script window.onerror: Error: Error in main world setTimeout callback. at window-onerror-for-isolated-world-2.html:25
-user script error event listener: Error: Error in main world setTimeout callback. at window-onerror-for-isolated-world-2.html:25
-user script window.onerror: Error: Error in user script setTimeout callback. at undefined:26
-user script error event listener: Error: Error in user script setTimeout callback. at undefined:26

Powered by Google App Engine
This is Rietveld 408576698