| OLD | NEW |
| 1 Tests that debugger StepInto will step into inlined scripts created by document.
write(). | 1 Tests that debugger StepInto will step into 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-into-document-write.html:4) | 5 0) (debugger-step-into-document-write.html:4) |
| 6 | 6 |
| 7 Executing StepInto... | 7 Executing StepInto... |
| 8 Call stack: | 8 Call stack: |
| 9 0) (:1) | 9 0) (:1) |
| 10 1) (debugger-step-into-document-write.html:4) | 10 1) (debugger-step-into-document-write.html:4) |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 Call stack: | 44 Call stack: |
| 45 0) (debugger-step-into-document-write.html:4) | 45 0) (debugger-step-into-document-write.html:4) |
| 46 | 46 |
| 47 Executing StepInto... | 47 Executing StepInto... |
| 48 Call stack: | 48 Call stack: |
| 49 0) (debugger-step-into-document-write.html:7) | 49 0) (debugger-step-into-document-write.html:7) |
| 50 | 50 |
| 51 Executing Resume... | 51 Executing Resume... |
| 52 Page reloaded. | 52 Page reloaded. |
| 53 | 53 |
| OLD | NEW |