Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-step-out-expected.txt
1 Tests "step out" functionality in debugger.
2
3 Set timer for test function.
4 Script execution paused.
5 Call stack:
6     0) d (debugger-step-out.html:9)
7     1) testFunction (debugger-step-out.html:14)
8 Stepping out...
9 Script execution resumed.
10 Script execution paused.
11 Call stack:
12     0) testFunction (debugger-step-out.html:15)
13 Script execution resumed.
14