| OLD | NEW |
| 1 CONSOLE MESSAGE: line 2: DYNAMIC document.write() | 1 CONSOLE MESSAGE: line 2: DYNAMIC document.write() |
| 2 CONSOLE MESSAGE: line 2: DYNAMIC <script> | 2 CONSOLE MESSAGE: line 2: DYNAMIC <script> |
| 3 CONSOLE MESSAGE: line 2: DYNAMIC document.write() | 3 CONSOLE MESSAGE: line 2: DYNAMIC document.write() |
| 4 CONSOLE MESSAGE: line 2: DYNAMIC <script> | 4 CONSOLE MESSAGE: line 2: DYNAMIC <script> |
| 5 Tests that there is no exception in front-end on page reload when breakpoint is
set in HTML document and some dynamic scripts are loaded before the script with
the breakpoint is loaded. | 5 Tests that there is no exception in front-end on page reload when breakpoint is
set in HTML document and some dynamic scripts are loaded before the script with
the breakpoint is loaded. |
| 6 | 6 |
| 7 Bug 99598 | 7 Bug 99598 |
| 8 Setting breakpoint: | 8 Setting breakpoint: |
| 9 Reloading page. | 9 Reloading page. |
| 10 Script execution paused. | 10 Script execution paused. |
| 11 Dumping breakpoint storage | 11 Dumping breakpoint storage |
| 12 dynamic-scripts-breakpoints.html:11 | 12 dynamic-scripts-breakpoints.html:11 |
| 13 Script execution resumed. | 13 Script execution resumed. |
| 14 Page reloaded. | 14 Page reloaded. |
| 15 | 15 |
| OLD | NEW |