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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-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/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt
index 5b0d3bdd6054ae63084076d2610fa3b103c8b686..5601e9668d266cdfe72d7cb79bae4e791709119e 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe-expected.txt
@@ -16,6 +16,9 @@ x: = VM:1 Uncaught SyntaxError: Unexpected end of input
at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)
pauseInsideIframe @ VM:6
testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35
+setTimeout (async)
+scheduleTestFunction @ debugger-test.js:3
+(anonymous) @ VM:1
=== Evaluating on top frame ===
dir() = undefined
@@ -27,4 +30,7 @@ x: = VM:1 Uncaught SyntaxError: Unexpected end of input
at testFunction (debugger-eval-on-call-frame-inside-iframe.html:35)
pauseInsideIframe @ VM:6
testFunction @ debugger-eval-on-call-frame-inside-iframe.html:35
+setTimeout (async)
+scheduleTestFunction @ debugger-test.js:3
+(anonymous) @ VM:1

Powered by Google App Engine
This is Rietveld 408576698