Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-frameworks / frameworks-step-into-skips-setTimeout-expected.txt
blobd01eacbe6e660c2c91785fb24d539ad9cefa0a7c
2 Tests that stepping into blackboxed framework will not pause on setTimeout() inside the framework.
4 Set timer for test function.
5 Call stack:
6     0) stop (frameworks-step-into-skips-setTimeout.html:25)
7     1) callback (frameworks-step-into-skips-setTimeout.html:19)
8   * 2) Framework_scheduleUntilDone (framework.js:142)
10 Executing StepOut...
11 Call stack:
12     0) callback (frameworks-step-into-skips-setTimeout.html:20)
13   * 1) Framework_scheduleUntilDone (framework.js:142)
15 Executing StepInto...
16 Call stack:
17     0) callback (frameworks-step-into-skips-setTimeout.html:21)
18   * 1) Framework_scheduleUntilDone (framework.js:142)
20 Executing StepInto...
21 Call stack:
22     0) callback (frameworks-step-into-skips-setTimeout.html:17)
23   * 1) Framework_scheduleUntilDone (framework.js:142)