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

Side by Side Diff: LayoutTests/inspector/sources/debugger/frameworks-steppings-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 1
2 Tests stepping into/over/out with framework black-boxing. 2 Tests stepping into/over/out with framework black-boxing.
3 3
4 Debugger was enabled.
5 Set timer for test function. 4 Set timer for test function.
6 Call stack: 5 Call stack:
7 0) testFunction (frameworks-steppings.html:10) 6 0) testFunction (frameworks-steppings.html:10)
8 7
9 Executing StepInto... 8 Executing StepInto...
10 Executing StepInto... 9 Executing StepInto...
11 Call stack: 10 Call stack:
12 0) callback1 (frameworks-steppings.html:12) 11 0) callback1 (frameworks-steppings.html:12)
13 * 1) Framework.safeRun (framework.js:8) 12 * 1) Framework.safeRun (framework.js:8)
14 2) testFunction (frameworks-steppings.html:11) 13 2) testFunction (frameworks-steppings.html:11)
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 3) callback1 (frameworks-steppings.html:12) 121 3) callback1 (frameworks-steppings.html:12)
123 * 4) Framework.safeRun (framework.js:8) 122 * 4) Framework.safeRun (framework.js:8)
124 5) testFunction (frameworks-steppings.html:11) 123 5) testFunction (frameworks-steppings.html:11)
125 124
126 Executing StepInto... 125 Executing StepInto...
127 Call stack: 126 Call stack:
128 0) callback1 (frameworks-steppings.html:13) 127 0) callback1 (frameworks-steppings.html:13)
129 * 1) Framework.safeRun (framework.js:8) 128 * 1) Framework.safeRun (framework.js:8)
130 2) testFunction (frameworks-steppings.html:11) 129 2) testFunction (frameworks-steppings.html:11)
131 130
132 Debugger was disabled.
133 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698