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

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

Issue 2828863002: [DevTools] enable async stacks by default (Closed)
Patch Set: ac Created 3 years, 8 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 8a1b1805ae9235cb77fe76cd172833df394f6624..2b4639154f92d34e09f8d2d3af7e7d8064266f73 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
@@ -5,7 +5,11 @@ Tests that syntax errors in eval are logged into console, contains correct link
VM:1 Uncaught SyntaxError: Unexpected token }
at foo (console-log-eval-syntax-error.html:8)
foo @ console-log-eval-syntax-error.html:8
+setTimeout (async)
+(anonymous) @ VM:1
boo.js:2 Uncaught SyntaxError: Unexpected token }
at boo (console-log-eval-syntax-error.html:12)
boo @ console-log-eval-syntax-error.html:12
+setTimeout (async)
+(anonymous) @ VM:1

Powered by Google App Engine
This is Rietveld 408576698