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

Side by Side Diff: LayoutTests/inspector/sources/debugger-frameworks/frameworks-step-from-framework-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 from framework call frames. 2 Tests stepping from framework call frames.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Call stack: 5 Call stack:
6 * 0) Framework.breakInFramework (framework.js:26) 6 * 0) Framework.breakInFramework (framework.js:26)
7 * 1) Framework.safeRun (framework.js:8) 7 * 1) Framework.safeRun (framework.js:8)
8 2) testFunction (frameworks-step-from-framework.html:10) 8 2) testFunction (frameworks-step-from-framework.html:10)
9 9
10 Executing StepInto... 10 Executing StepInto...
(...skipping 19 matching lines...) Expand all
30 Call stack: 30 Call stack:
31 * 0) Framework.sendXHR (framework.js:79) 31 * 0) Framework.sendXHR (framework.js:79)
32 1) testFunction (frameworks-step-from-framework.html:13) 32 1) testFunction (frameworks-step-from-framework.html:13)
33 33
34 Executing StepInto... 34 Executing StepInto...
35 Call stack: 35 Call stack:
36 * 0) Framework.sendXHR (framework.js:80) 36 * 0) Framework.sendXHR (framework.js:80)
37 1) testFunction (frameworks-step-from-framework.html:13) 37 1) testFunction (frameworks-step-from-framework.html:13)
38 38
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698