| OLD | NEW |
| 1 Tests that debugger StepOver will skip inlined scripts created by document.write
(). | 1 Tests that debugger StepOver will skip inlined scripts created by document.write
(). |
| 2 | 2 |
| 3 Script source was shown. | 3 Script source was shown. |
| 4 Call stack: | 4 Call stack: |
| 5 0) (debugger-step-over-document-write.html:4) | 5 0) (debugger-step-over-document-write.html:4) |
| 6 | 6 |
| 7 Executing StepOver... | 7 Executing StepOver... |
| 8 Call stack: | 8 Call stack: |
| 9 0) (debugger-step-over-document-write.html:1) | 9 0) (debugger-step-over-document-write.html:1) |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 Call stack: | 24 Call stack: |
| 25 0) (debugger-step-over-document-write.html:1) | 25 0) (debugger-step-over-document-write.html:1) |
| 26 | 26 |
| 27 Executing StepOver... | 27 Executing StepOver... |
| 28 Call stack: | 28 Call stack: |
| 29 0) (debugger-step-over-document-write.html:8) | 29 0) (debugger-step-over-document-write.html:8) |
| 30 | 30 |
| 31 Executing Resume... | 31 Executing Resume... |
| 32 Page reloaded. | 32 Page reloaded. |
| 33 | 33 |
| OLD | NEW |