| OLD | NEW |
| 1 Tests that debugger StepInto will step through inlined scripts. | 1 Tests that debugger StepInto 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-into-inlined-scripts.html:7) | 5 0) f1 (debugger-step-into-inlined-scripts.html:7) |
| 6 1) (debugger-step-into-inlined-scripts.html:9) | 6 1) (debugger-step-into-inlined-scripts.html:9) |
| 7 | 7 |
| 8 Executing StepInto... | 8 Executing StepInto... |
| 9 Call stack: | 9 Call stack: |
| 10 0) f1 (debugger-step-into-inlined-scripts.html:8) | 10 0) f1 (debugger-step-into-inlined-scripts.html:8) |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 Call stack: | 40 Call stack: |
| 41 0) (debugger-step-into-inlined-scripts.html:1) | 41 0) (debugger-step-into-inlined-scripts.html:1) |
| 42 | 42 |
| 43 Executing StepInto... | 43 Executing StepInto... |
| 44 Call stack: | 44 Call stack: |
| 45 0) (debugger-step-into-inlined-scripts.html:17) | 45 0) (debugger-step-into-inlined-scripts.html:17) |
| 46 | 46 |
| 47 Executing Resume... | 47 Executing Resume... |
| 48 Page reloaded. | 48 Page reloaded. |
| 49 | 49 |
| OLD | NEW |