Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-step / debugger-step-in-expected.txt
blob3be9e4c99f378fa4d424d474106333e80350ad95
1 Tests "step in" functionality in debugger.
3 Set timer for test function.
4 Script execution paused.
5 Call stack:
6     0) testFunction (debugger-step-in.html:14)
7 Stepping into...
8 Script execution resumed.
9 Script execution paused.
10 Call stack:
11     0) testFunction (debugger-step-in.html:15)
12 Stepping into...
13 Script execution resumed.
14 Script execution paused.
15 Call stack:
16     0) d (debugger-step-in.html:9)
17     1) testFunction (debugger-step-in.html:15)
18 Script execution resumed.