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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks-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-step/debugger-step-out-custom-element-callbacks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks-expected.txt
index 262f43199f729068aab635dc2c4c710b0c5e2294..1e6503f1fd3350d8cfbdb84a9855d57ab1cb9316 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-out-custom-element-callbacks-expected.txt
@@ -8,36 +8,60 @@ Set timer for test function.
Call stack:
0) createdCallback (debugger-step-out-custom-element-callbacks.html:12)
1) testFunction (debugger-step-out-custom-element-callbacks.html:28)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOut...
Call stack:
0) testFunction (debugger-step-out-custom-element-callbacks.html:29)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
0) attributeChangedCallback (debugger-step-out-custom-element-callbacks.html:25)
1) testFunction (debugger-step-out-custom-element-callbacks.html:29)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOut...
Call stack:
0) testFunction (debugger-step-out-custom-element-callbacks.html:30)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
0) attachedCallback (debugger-step-out-custom-element-callbacks.html:17)
1) testFunction (debugger-step-out-custom-element-callbacks.html:30)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOut...
Call stack:
0) testFunction (debugger-step-out-custom-element-callbacks.html:31)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
0) detachedCallback (debugger-step-out-custom-element-callbacks.html:21)
1) testFunction (debugger-step-out-custom-element-callbacks.html:31)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOut...
Call stack:
0) testFunction (debugger-step-out-custom-element-callbacks.html:32)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698