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

Side by Side Diff: LayoutTests/inspector/debugger/script-formatter-breakpoints-expected.txt

Issue 10005037: Merge 112841 - Web Inspector: breakpoints are not shown in sidebar pane after switching pretty-prin… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 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 the script formatting is working fine with breakpoints. 1 Tests the script formatting is working fine with breakpoints.
2 2
3 Debugger was enabled. 3 Debugger was enabled.
4 4
5 Running: testBreakpointsInOriginalAndFormattedSource 5 Running: testBreakpointsInOriginalAndFormattedSource
6 Script execution paused. 6 Script execution paused.
7
8 Dump breakpoint sidebar pane:
9
10 script-formatter-breakpoints.html:11
11 var f=0;
7 Script execution resumed. 12 Script execution resumed.
8 Page reloaded. 13 Page reloaded.
9 Navigated to test-navigation.html 14 Navigated to test-navigation.html
10 Page reloaded. 15 Page reloaded.
11 Navigated back to test page. 16 Navigated back to test page.
17
18 Dump breakpoint sidebar pane:
19
12 Script execution paused. 20 Script execution paused.
21
22 Dump breakpoint sidebar pane:
23
24 script-formatter-breakpoints.html:25
25 return 0;
13 Script execution resumed. 26 Script execution resumed.
27
28 Dump breakpoint sidebar pane:
29
30 script-formatter-breakpoints.html:11
31 var f=0;
14 Debugger was disabled. 32 Debugger was disabled.
15 33
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/script-formatter-breakpoints.html ('k') | Source/WebCore/inspector/front-end/ScriptsPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698