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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-step/debugger-step-into-document-write-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 into inlined scripts created by document. write(). 1 Tests that debugger StepInto will step into inlined scripts created by document. write().
2 2
3 Script source was shown. 3 Script source was shown.
4 Call stack: 4 Call stack:
5 0) (debugger-step-into-document-write.html:4) 5 0) (debugger-step-into-document-write.html:4)
6 6
7 Executing StepInto... 7 Executing StepInto...
8 Call stack: 8 Call stack:
9 0) (:1)
10 1) (debugger-step-into-document-write.html:4)
11
12 Executing StepInto...
13 Call stack:
14 0) (:5) 9 0) (:5)
15 1) (debugger-step-into-document-write.html:4) 10 1) (debugger-step-into-document-write.html:4)
16 11
17 Executing StepInto... 12 Executing StepInto...
18 Call stack: 13 Call stack:
19 0) f1 (:3) 14 0) f1 (:3)
20 1) (:5) 15 1) (:5)
21 2) (debugger-step-into-document-write.html:4) 16 2) (debugger-step-into-document-write.html:4)
22 17
23 Executing StepInto... 18 Executing StepInto...
24 Call stack: 19 Call stack:
25 0) f1 (:4) 20 0) f1 (:4)
26 1) (:5) 21 1) (:5)
27 2) (debugger-step-into-document-write.html:4) 22 2) (debugger-step-into-document-write.html:4)
28 23
29 Executing StepInto... 24 Executing StepInto...
30 Call stack: 25 Call stack:
31 0) (:6) 26 0) (:6)
32 1) (debugger-step-into-document-write.html:4) 27 1) (debugger-step-into-document-write.html:4)
33 28
34 Executing StepInto... 29 Executing StepInto...
35 Call stack: 30 Call stack:
36 0) (debugger-step-into-document-write.html:4) 31 0) (debugger-step-into-document-write.html:4)
37 32
38 Executing StepInto... 33 Executing StepInto...
39 Call stack: 34 Call stack:
40 0) (debugger-step-into-document-write.html:7) 35 0) (debugger-step-into-document-write.html:8)
41 36
42 Executing StepInto... 37 Executing StepInto...
43 Call stack: 38 Call stack:
44 0) (debugger-step-into-document-write.html:8) 39 0) (debugger-step-into-document-write.html:8)
45 40
46 Executing Resume... 41 Executing Resume...
47 Page reloaded. 42 Page reloaded.
48 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698