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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-blackbox-by-source-code-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 unified diff | Download patch
OLDNEW
1 Tests provisional blackboxing. 1 Tests provisional blackboxing.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Call stack: 4 Call stack:
5 0) testFunction (frameworks-blackbox-by-source-code.html:8) 5 0) testFunction (frameworks-blackbox-by-source-code.html:8)
6 [setTimeout]
7 0) scheduleTestFunction (debugger-test.js:3)
8 <... skipped remaining frames ...>
6 9
7 Executing StepInto... 10 Executing StepInto...
8 Executing StepInto... 11 Executing StepInto...
9 Call stack: 12 Call stack:
10 0) testFunction (frameworks-blackbox-by-source-code.html:10) 13 0) testFunction (frameworks-blackbox-by-source-code.html:10)
14 [setTimeout]
15 0) scheduleTestFunction (debugger-test.js:3)
16 <... skipped remaining frames ...>
11 17
12 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698