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

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

Issue 19693006: Pass column as 4th argument to WorkerGlobalScope.onerror handler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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
« no previous file with comments | « LayoutTests/fast/events/window-onerror2.html ('k') | LayoutTests/fast/events/window-onerror4.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/window-onerror2-expected.txt
diff --git a/LayoutTests/fast/events/window-onerror2-expected.txt b/LayoutTests/fast/events/window-onerror2-expected.txt
index f8ea58df03b55b48d20b1a7665d35c6f7175c25e..b815238d74d83180489f955617ed7704109cb5a5 100644
--- a/LayoutTests/fast/events/window-onerror2-expected.txt
+++ b/LayoutTests/fast/events/window-onerror2-expected.txt
@@ -1,6 +1,6 @@
Test that uncaught exceptions will be reported to the window.onerror handler. Bug 8519.
-Main frame window.onerror: Uncaught Error: Inline script exception at window-onerror2.html:34
-Main frame window.onerror: Uncaught Exception in onload at window-onerror2.html:2
-Main frame window.onerror: Uncaught Error: Exception in setTimeout at window-onerror2.html:29
+Main frame window.onerror: Uncaught Error: Inline script exception at window-onerror2.html, line: 34, column: 10
+Main frame window.onerror: Uncaught Exception in onload at window-onerror2.html, line: 2, column: 68
+Main frame window.onerror: Uncaught Error: Exception in setTimeout at window-onerror2.html, line: 29, column: 10
« no previous file with comments | « LayoutTests/fast/events/window-onerror2.html ('k') | LayoutTests/fast/events/window-onerror4.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698