blob: 153790ed8ceadf8c8d6816af9d5b1f1b533a16ec [file] [log] [blame]
Tests that main resource script text is correct when paused in inline script on reload. Bug 77548.
Debugger was enabled.
Did load front-end
Paused: false
didPauseAfterReload
Script execution paused.
didShowScript
Source strings corresponding to the call stack:
Frame 0) line 6, content: </script><script>function f1() { debugger; }</script> (must be part of function 'f1')
Frame 1) line 8, content: function f2() { return f1(); } (must be part of function 'f2')
Frame 2) line 14, content: return f2(); (must be part of function 'f3')
Frame 3) line 16, content: f3(); (must be part of function '')
Script execution resumed.
didResume
Page reloaded.
didReload
Debugger was disabled.