Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: LayoutTests/inspector/debugger/pause-in-inline-script-expected.txt

Issue 9371015: Merge 106468 - Web Inspector: debugger reports wrong sources when paused in inline script on page... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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. 3 Debugger was enabled.
4 Did load front-end 4 Did load front-end
5 Paused: false 5 Paused: false
6 didPauseAfterReload 6 didPauseAfterReload
7 Script execution paused. 7 Script execution paused.
8 didShowScript 8 didShowScript
9 Source strings corresponding to the call stack: 9 Source strings corresponding to the call stack:
10 Frame 0) line 6, content: </script><script>function f1() { debugger; }</script> (must be part of function 'f1') 10 Frame 0) line 6, content: </script><script>function f1() { debugger; }</script> (must be part of function 'f1')
11 Frame 1) line 8, content: function f2() { return f1(); } (must be part of functi on 'f2') 11 Frame 1) line 8, content: function f2() { return f1(); } (must be part of functi on 'f2')
12 Frame 2) line 14, content: return f2(); (must be part of function 'f3') 12 Frame 2) line 14, content: return f2(); (must be part of function 'f3')
13 Frame 3) line 16, content: f3(); (must be part of function '') 13 Frame 3) line 16, content: f3(); (must be part of function '')
14 Script execution resumed. 14 Script execution resumed.
15 didResume 15 didResume
16 Page reloaded. 16 Page reloaded.
17 didReload 17 didReload
18 Debugger was disabled. 18 Debugger was disabled.
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698