| OLD | NEW |
| 1 Tests that debugger StepInto will stop inside next timeout handler. | 1 Tests that debugger StepInto will stop inside next timeout handler. |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Call stack: | 4 Call stack: |
| 5 0) callback1 (debugger-step-into-across-timeouts.html:15) | 5 0) callback1 (debugger-step-into-across-timeouts.html:15) |
| 6 [setTimeout] |
| 7 0) testFunction (debugger-step-into-across-timeouts.html:9) |
| 8 [setTimeout] |
| 9 0) scheduleTestFunction (debugger-test.js:3) |
| 10 <... skipped remaining frames ...> |
| 6 | 11 |
| 7 Executing StepInto... | 12 Executing StepInto... |
| 8 Executing StepInto... | 13 Executing StepInto... |
| 9 Call stack: | 14 Call stack: |
| 10 0) callback2 (debugger-step-into-across-timeouts.html:20) | 15 0) callback2 (debugger-step-into-across-timeouts.html:20) |
| 16 [setTimeout] |
| 17 0) callback1 (debugger-step-into-across-timeouts.html:14) |
| 18 [setTimeout] |
| 19 0) testFunction (debugger-step-into-across-timeouts.html:9) |
| 20 [setTimeout] |
| 21 0) scheduleTestFunction (debugger-test.js:3) |
| 22 <... skipped remaining frames ...> |
| 11 | 23 |
| 12 | 24 |
| OLD | NEW |