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

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

Issue 1084323003: Auto-rebaseline for r193809 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/virtual/slimmingpaint/fast/events/window-onerror-isolatedworld-01-expected.txt
diff --git a/LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/events/window-onerror-isolatedworld-01-expected.txt
similarity index 97%
copy from LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt
copy to LayoutTests/virtual/slimmingpaint/fast/events/window-onerror-isolatedworld-01-expected.txt
index ce7c6b795039e3cd0c33ed5bc3b661da60455c22..160afc97af78c7e1276871ebbf40d849df030346 100644
--- a/LayoutTests/fast/events/window-onerror-isolatedworld-01-expected.txt
+++ b/LayoutTests/virtual/slimmingpaint/fast/events/window-onerror-isolatedworld-01-expected.txt
@@ -11,7 +11,7 @@ Calling e.preventDefault(): the error should not be reported in the console as a
-window.onerror: "Uncaught Error: Error in main world inline script." at window-onerror-isolatedworld-01.html (Line: 52, Column: 19)
+window.onerror: "Uncaught Error: Error in main world inline script." at window-onerror-isolatedworld-01.html (Line: 52, Column: 13)
Stack Trace:
Error: Error in main world inline script.
at exceptions window-onerror-isolatedworld-01.html:52:19
@@ -41,7 +41,7 @@ Calling e.preventDefault(): the error should not be reported in the console as a
-window.onerror: "Uncaught Error: Error in main world load handler." at window-onerror-isolatedworld-01.html (Line: 49, Column: 23)
+window.onerror: "Uncaught Error: Error in main world load handler." at window-onerror-isolatedworld-01.html (Line: 49, Column: 17)
Stack Trace:
Error: Error in main world load handler.
at window-onerror-isolatedworld-01.html:49:23
@@ -71,7 +71,7 @@ Calling e.preventDefault(): the error should not be reported in the console as a
FAIL Only main-world exceptions should be caught by ErrorEvent listeners.
-window.onerror: "Uncaught Error: Error in main world setTimeout callback." at window-onerror-isolatedworld-01.html (Line: 47, Column: 27)
+window.onerror: "Uncaught Error: Error in main world setTimeout callback." at window-onerror-isolatedworld-01.html (Line: 47, Column: 21)
Stack Trace:
Error: Error in main world setTimeout callback.
at window-onerror-isolatedworld-01.html:47:27

Powered by Google App Engine
This is Rietveld 408576698