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

Unified Diff: LayoutTests/fast/events/window-onerror-12-expected.txt

Issue 171413006: Auto-rebaseline for r167331 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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-12-expected.txt
diff --git a/LayoutTests/fast/events/window-onerror-12-expected.txt b/LayoutTests/fast/events/window-onerror-12-expected.txt
index 74a8c90bd5e6cd6bd669f5e7f6b5bfd7ec6c6c38..bfe3d6116d24b8ba36e8f07a873e2cc39ab49dc4 100644
--- a/LayoutTests/fast/events/window-onerror-12-expected.txt
+++ b/LayoutTests/fast/events/window-onerror-12-expected.txt
@@ -6,30 +6,30 @@ This test should trigger 'window.onerror' for the exception in the attribute han
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-window.onerror: "Uncaught TypeError: Cannot call method 'mu' of null" at window-onerror-12.html (Line: 12, Column: 75)
+window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 12, Column: 74)
Stack Trace:
-TypeError: Cannot call method 'mu' of null
- at HTMLButtonElement.onclick window-onerror-12.html:12:123
+TypeError: Cannot read property 'mu' of null
+ at HTMLButtonElement.onclick window-onerror-12.html:12:122
at window-onerror-12.html:33:24
Returning 'true': the error should not be reported in the console as an unhandled exception.
-window.onerror: "Uncaught TypeError: Cannot call method 'mu' of null" at window-onerror-12.html (Line: 35, Column: 75)
+window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 35, Column: 74)
Stack Trace:
-TypeError: Cannot call method 'mu' of null
- at HTMLButtonElement.onclick window-onerror-12.html:35:104
+TypeError: Cannot read property 'mu' of null
+ at HTMLButtonElement.onclick window-onerror-12.html:35:103
at window-onerror-12.html:33:24
Returning 'true': the error should not be reported in the console as an unhandled exception.
-window.onerror: "Uncaught TypeError: Cannot call method 'mu' of null" at window-onerror-12.html (Line: 35, Column: 75)
+window.onerror: "Uncaught TypeError: Cannot read property 'mu' of null" at window-onerror-12.html (Line: 35, Column: 74)
Stack Trace:
-TypeError: Cannot call method 'mu' of null
- at HTMLButtonElement.onclick window-onerror-12.html:35:104
+TypeError: Cannot read property 'mu' of null
+ at HTMLButtonElement.onclick window-onerror-12.html:35:103
at window-onerror-12.html:33:24
Returning 'true': the error should not be reported in the console as an unhandled exception.

Powered by Google App Engine
This is Rietveld 408576698