| OLD | NEW |
| 1 Tests that debugger StepOut will skip inlined scripts created by document.write(
). | 1 Tests that debugger StepOut 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-out-document-write.html:4) | 5 0) (debugger-step-out-document-write.html:4) |
| 6 | 6 |
| 7 Executing StepOut... | 7 Executing StepOut... |
| 8 Call stack: | 8 Call stack: |
| 9 0) (debugger-step-out-document-write.html:7) | 9 0) (debugger-step-out-document-write.html:7) |
| 10 | 10 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 Call stack: | 21 Call stack: |
| 22 0) (debugger-step-out-document-write.html:17) | 22 0) (debugger-step-out-document-write.html:17) |
| 23 | 23 |
| 24 Executing StepOut... | 24 Executing StepOut... |
| 25 Call stack: | 25 Call stack: |
| 26 0) (debugger-step-out-document-write.html:20) | 26 0) (debugger-step-out-document-write.html:20) |
| 27 | 27 |
| 28 Executing Resume... | 28 Executing Resume... |
| 29 Page reloaded. | 29 Page reloaded. |
| 30 | 30 |
| OLD | NEW |