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

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

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 Did load front-end 3 Did load front-end
4 Paused: false 4 Paused: false
5 didPauseAfterReload 5 didPauseAfterReload
6 Source strings corresponding to the call stack: 6 Source strings corresponding to the call stack:
7 Script execution paused. 7 Script execution paused.
8 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')
9 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')
10 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')
11 Frame 3) line 16, content: f3(); (must be part of function '') 11 Frame 3) line 16, content: f3(); (must be part of function '')
12 Script execution resumed. 12 Script execution resumed.
13 didResume 13 didResume
14 Page reloaded. 14 Page reloaded.
15 didReload 15 didReload
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698