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

Unified Diff: LayoutTests/virtual/slimmingpaint/fast/events/window-onerror-10-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-10-expected.txt
diff --git a/LayoutTests/fast/events/window-onerror-10-expected.txt b/LayoutTests/virtual/slimmingpaint/fast/events/window-onerror-10-expected.txt
similarity index 91%
copy from LayoutTests/fast/events/window-onerror-10-expected.txt
copy to LayoutTests/virtual/slimmingpaint/fast/events/window-onerror-10-expected.txt
index 09a9eac1a2fd6f27c360fca89beceda8328e579a..8e1259e0ab2010a0a24b580ae9cb87bfa0c25be9 100644
--- a/LayoutTests/fast/events/window-onerror-10-expected.txt
+++ b/LayoutTests/virtual/slimmingpaint/fast/events/window-onerror-10-expected.txt
@@ -3,7 +3,7 @@ This test should trigger 'window.onerror' multiple times, and successfully handl
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6, Column: 41)
+window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6, Column: 5)
Stack Trace:
Error: Inline exception.
at throwException onerror-test.js:6:41
@@ -13,7 +13,7 @@ Returning 'true': the error should not be reported in the console as an unhandle
-window.onerror: "Uncaught Error: exception in onload" at onerror-test.js (Line: 6, Column: 41)
+window.onerror: "Uncaught Error: exception in onload" at onerror-test.js (Line: 6, Column: 5)
Stack Trace:
Error: exception in onload
at throwException onerror-test.js:6:41
@@ -23,7 +23,7 @@ Returning 'true': the error should not be reported in the console as an unhandle
-window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Line: 6, Column: 41)
+window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Line: 6, Column: 5)
Stack Trace:
Error: exception in setTimeout
at throwException onerror-test.js:6:41

Powered by Google App Engine
This is Rietveld 408576698