| OLD | NEW |
| (Empty) |
| 1 | |
| 2 Tests that stepping into blackboxed framework will not pause on setTimeout() ins
ide the framework. | |
| 3 | |
| 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) | |
| 9 | |
| 10 Executing StepOut... | |
| 11 Call stack: | |
| 12 0) callback (frameworks-step-into-skips-setTimeout.html:20) | |
| 13 * 1) Framework_scheduleUntilDone (framework.js:142) | |
| 14 | |
| 15 Executing StepInto... | |
| 16 Call stack: | |
| 17 0) callback (frameworks-step-into-skips-setTimeout.html:21) | |
| 18 * 1) Framework_scheduleUntilDone (framework.js:142) | |
| 19 | |
| 20 Executing StepInto... | |
| 21 Call stack: | |
| 22 0) callback (frameworks-step-into-skips-setTimeout.html:17) | |
| 23 * 1) Framework_scheduleUntilDone (framework.js:142) | |
| 24 | |
| 25 | |
| OLD | NEW |