| 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:4) | 9 0) (debugger-step-over-document-write.html:4) |
| 10 | 10 |
| 11 Executing StepOver... | 11 Executing StepOver... |
| 12 Call stack: | 12 Call stack: |
| 13 0) (debugger-step-over-document-write.html:7) | |
| 14 | |
| 15 Executing StepOver... | |
| 16 Call stack: | |
| 17 0) (debugger-step-over-document-write.html:8) | 13 0) (debugger-step-over-document-write.html:8) |
| 18 | 14 |
| 19 Executing StepOver... | 15 Executing StepOver... |
| 20 Call stack: | 16 Call stack: |
| 21 0) (debugger-step-over-document-write.html:8) | 17 0) (debugger-step-over-document-write.html:8) |
| 22 | 18 |
| 23 Executing Resume... | 19 Executing Resume... |
| 24 Page reloaded. | 20 Page reloaded. |
| 25 | 21 |
| OLD | NEW |