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

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

Issue 1999463002: Cleanup ConsoleMessage interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-message-callstack-in-constructor
Patch Set: PassRefPtr + win Created 4 years, 7 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-eval-syntax-error-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt
index 3da540b3d9b4abe5e439dc5c71591f16b61f286f..1decf99263629a412dca45f8af428fef1f1c89b5 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-eval-syntax-error-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE ERROR: line 8: Uncaught SyntaxError: Unexpected token }
-CONSOLE ERROR: line 12: Uncaught SyntaxError: Unexpected token }
+CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token }
+CONSOLE ERROR: line 2: Uncaught SyntaxError: Unexpected token }
Tests that syntax errors in eval are logged into console, contains correct link and doesn't cause browser crash.
VM:1 Uncaught SyntaxError: Unexpected token }foo @ console-log-eval-syntax-error.html:8

Powered by Google App Engine
This is Rietveld 408576698