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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt

Issue 2828863002: [DevTools] enable async stacks by default (Closed)
Patch Set: 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-async/async-callstack-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt
index a5e235c0841ad3ef29532984dc5994292c9afe12..93b4fae4da2531321d34bb6acff0d171f83cc552 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt
@@ -79,5 +79,42 @@ Call stack:
0) longTail7 (:7)
[setTimeout]
0) longTail8 (:8)
+ [setTimeout]
+ 0) longTail9 (:9)
+ [setTimeout]
+ 0) longTail10 (:10)
+ [setTimeout]
+ 0) longTail11 (:11)
+ [setTimeout]
+ 0) longTail12 (:12)
+ [setTimeout]
+ 0) longTail13 (:13)
+ [setTimeout]
+ 0) longTail14 (:14)
+ [setTimeout]
+ 0) longTail15 (:15)
+ [setTimeout]
+ 0) longTail16 (:16)
+ [setTimeout]
+ 0) longTail17 (:17)
+ [setTimeout]
+ 0) longTail18 (:18)
+ [setTimeout]
+ 0) longTail19 (:19)
+ [setTimeout]
+ 0) longTail20 (:20)
+ [setTimeout]
+ 0) (:21)
+ 1) animFrame2 (async-callstack.html:56)
+ [requestAnimationFrame]
+ 0) animFrame1 (async-callstack.html:32)
+ [requestAnimationFrame]
+ 0) timeout1 (async-callstack.html:19)
+ 1) innerTestFunction (async-callstack.html:11)
+ [setTimeout]
+ 0) testFunction (async-callstack.html:13)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698