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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt

Issue 2163803002: [DevTools] Make WebInspector.ConsoleMessage 0-based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 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
Index: third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt
index 23de6cddca007021f3a89888a259cb6a77be7b4e..432f9aff6f491a79460573cb3a9177a55f518207 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-syntax-error-expected.txt
@@ -1,5 +1,5 @@
CONSOLE ERROR: line 3: Uncaught SyntaxError: Unexpected token )
Tests that syntax errors are logged into console and doesn't cause browser crash.
-Uncaught SyntaxError: Unexpected token ):3:17
+Uncaught SyntaxError: Unexpected token ):2:16

Powered by Google App Engine
This is Rietveld 408576698