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

Unified Diff: LayoutTests/fast/events/window-onerror7-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-onerror7.html ('k') | LayoutTests/fast/events/window-onerror8.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/window-onerror7-expected.txt
diff --git a/LayoutTests/fast/events/window-onerror7-expected.txt b/LayoutTests/fast/events/window-onerror7-expected.txt
index ae8cdb925e7dc23a4cd4807f1bbd7931a45f012e..6e6ad1982ca57d65941da0c30a7819bc5c77e91a 100644
--- a/LayoutTests/fast/events/window-onerror7-expected.txt
+++ b/LayoutTests/fast/events/window-onerror7-expected.txt
@@ -2,5 +2,5 @@ CONSOLE MESSAGE: line 20: Uncaught Error: Original error
CONSOLE MESSAGE: line 17: Uncaught Error: Nested error
Test that exception in window.onerror won't lead to recursive window.onerror call. Bug 8519.
-Main frame window.onerror: Uncaught Error: Original error at window-onerror7.html:20
+Main frame window.onerror: Uncaught Error: Original error at window-onerror7.html, line: 20, column: 6
« no previous file with comments | « LayoutTests/fast/events/window-onerror7.html ('k') | LayoutTests/fast/events/window-onerror8.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698