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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-into-inlined-scripts-expected.txt

Issue 2755513002: [DevTools] rebased tests for V8 roll (Closed)
Patch Set: better! Created 3 years, 9 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 that debugger StepInto will step through inlined scripts. 1 Tests that debugger StepInto will step through inlined scripts.
2 2
3 Script source was shown. 3 Script source was shown.
4 Call stack: 4 Call stack:
5 0) f1 (debugger-step-into-inlined-scripts.html:7) 5 0) f1 (debugger-step-into-inlined-scripts.html:7)
6 1) (debugger-step-into-inlined-scripts.html:9) 6 1) (debugger-step-into-inlined-scripts.html:9)
7 7
8 Executing StepInto... 8 Executing StepInto...
9 Call stack: 9 Call stack:
10 0) f1 (debugger-step-into-inlined-scripts.html:8) 10 0) f1 (debugger-step-into-inlined-scripts.html:8)
11 1) (debugger-step-into-inlined-scripts.html:9) 11 1) (debugger-step-into-inlined-scripts.html:9)
12 12
13 Executing StepInto... 13 Executing StepInto...
14 Call stack: 14 Call stack:
15 0) (debugger-step-into-inlined-scripts.html:9) 15 0) (debugger-step-into-inlined-scripts.html:9)
16 16
17 Executing StepInto... 17 Executing StepInto...
18 Call stack: 18 Call stack:
19 0) (debugger-step-into-inlined-scripts.html:12)
20
21 Executing StepInto...
22 Call stack:
23 0) (debugger-step-into-inlined-scripts.html:17) 19 0) (debugger-step-into-inlined-scripts.html:17)
24 20
25 Executing StepInto... 21 Executing StepInto...
26 Call stack: 22 Call stack:
27 0) f2 (debugger-step-into-inlined-scripts.html:15) 23 0) f2 (debugger-step-into-inlined-scripts.html:15)
28 1) (debugger-step-into-inlined-scripts.html:17) 24 1) (debugger-step-into-inlined-scripts.html:17)
29 25
30 Executing StepInto... 26 Executing StepInto...
31 Call stack: 27 Call stack:
32 0) f2 (debugger-step-into-inlined-scripts.html:16) 28 0) f2 (debugger-step-into-inlined-scripts.html:16)
33 1) (debugger-step-into-inlined-scripts.html:17) 29 1) (debugger-step-into-inlined-scripts.html:17)
34 30
35 Executing StepInto... 31 Executing StepInto...
36 Call stack: 32 Call stack:
37 0) (debugger-step-into-inlined-scripts.html:17) 33 0) (debugger-step-into-inlined-scripts.html:17)
38 34
39 Executing Resume... 35 Executing Resume...
40 Page reloaded. 36 Page reloaded.
41 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698