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

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

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 6 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 | Annotate | Revision Log
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.
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698