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

Unified Diff: LayoutTests/fast/events/window-onerror-isolatedworld-02-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-isolatedworld-02-expected.txt
diff --git a/LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt b/LayoutTests/fast/events/window-onerror-isolatedworld-02-expected.txt
similarity index 79%
rename from LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt
rename to LayoutTests/fast/events/window-onerror-isolatedworld-02-expected.txt
index e31387dbe7a13cf29eac3e89cc010a3d87ddcf04..c2020ec102c8f342072f1c4262b5bc251442d13e 100644
--- a/LayoutTests/fast/events/window-onerror-for-isolated-world-2-expected.txt
+++ b/LayoutTests/fast/events/window-onerror-isolatedworld-02-expected.txt
@@ -2,11 +2,11 @@ Test that window.onerror and "error" event listeners from isolated world are inv
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 main world inline script. at window-onerror-isolatedworld-02.html:30
+isolated world error event listener: Uncaught Error: Error in main world inline script. at window-onerror-isolatedworld-02.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 main world load handler. at window-onerror-isolatedworld-02.html:27
+isolated world error event listener: Uncaught Error: Error in main world load handler. at window-onerror-isolatedworld-02.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