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