| OLD | NEW |
| 1 Tests that main resource script text is correct when paused in inline script on
reload. Bug 77548. | 1 Tests that main resource script text is correct when paused in inline script on
reload. Bug 77548. |
| 2 | 2 |
| 3 Debugger was enabled. | |
| 4 Did load front-end | 3 Did load front-end |
| 5 Paused: false | 4 Paused: false |
| 6 didPauseAfterReload | 5 didPauseAfterReload |
| 7 Source strings corresponding to the call stack: | 6 Source strings corresponding to the call stack: |
| 8 Script execution paused. | 7 Script execution paused. |
| 9 Frame 0) line 6, content: </script><script>function f1() { debugger; }</script>
(must be part of function 'f1') | 8 Frame 0) line 6, content: </script><script>function f1() { debugger; }</script>
(must be part of function 'f1') |
| 10 Frame 1) line 8, content: function f2() { return f1(); } (must be part of functi
on 'f2') | 9 Frame 1) line 8, content: function f2() { return f1(); } (must be part of functi
on 'f2') |
| 11 Frame 2) line 14, content: return f2(); (must be part of function 'f3') | 10 Frame 2) line 14, content: return f2(); (must be part of function 'f3') |
| 12 Frame 3) line 16, content: f3(); (must be part of function '') | 11 Frame 3) line 16, content: f3(); (must be part of function '') |
| 13 Script execution resumed. | 12 Script execution resumed. |
| 14 didResume | 13 didResume |
| 15 Page reloaded. | 14 Page reloaded. |
| 16 didReload | 15 didReload |
| 17 Debugger was disabled. | |
| 18 | 16 |
| OLD | NEW |