| OLD | NEW |
| 1 Tests that debugger StepOver will step through inlined scripts. | 1 Tests that debugger StepOver will step through inlined scripts. |
| 2 | 2 |
| 3 Script source was shown. | 3 Script source was shown. |
| 4 Call stack: | 4 Call stack: |
| 5 0) f1 (debugger-step-over-inlined-scripts.html:7) | 5 0) f1 (debugger-step-over-inlined-scripts.html:7) |
| 6 1) (debugger-step-over-inlined-scripts.html:9) | 6 1) (debugger-step-over-inlined-scripts.html:9) |
| 7 | 7 |
| 8 Executing StepOver... | 8 Executing StepOver... |
| 9 Call stack: | 9 Call stack: |
| 10 0) f1 (debugger-step-over-inlined-scripts.html:8) | 10 0) f1 (debugger-step-over-inlined-scripts.html:8) |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 Call stack: | 30 Call stack: |
| 31 0) (debugger-step-over-inlined-scripts.html:1) | 31 0) (debugger-step-over-inlined-scripts.html:1) |
| 32 | 32 |
| 33 Executing StepOver... | 33 Executing StepOver... |
| 34 Call stack: | 34 Call stack: |
| 35 0) (debugger-step-over-inlined-scripts.html:17) | 35 0) (debugger-step-over-inlined-scripts.html:17) |
| 36 | 36 |
| 37 Executing Resume... | 37 Executing Resume... |
| 38 Page reloaded. | 38 Page reloaded. |
| 39 | 39 |
| OLD | NEW |