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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1-expected.txt

Issue 2238003002: DevTools: migrate sources panel sidebar to views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 4 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 3
4 Running: testSetup 4 Running: testSetup
5 5
6 Running: testBreakpointsInOriginalAndFormattedSource 6 Running: testBreakpointsInOriginalAndFormattedSource
7 Script execution paused. 7 Script execution paused.
8 Breakpoint sidebar pane while paused in raw 8 Breakpoint sidebar pane while paused in raw
9 9
10 script-formatter-breakpoints-1.html:12 var f=0; 10 script-formatter-breakpoints-1.html:12 var f=0;
11 Script execution resumed. 11 Script execution resumed.
12 Script execution paused. 12 Script execution paused.
13 Breakpoint sidebar pane while paused in pretty printed 13 Breakpoint sidebar pane while paused in pretty printed
14 14
15 script-formatter-breakpoints-1.html:formatted:13 var f = 0; 15 script-formatter-breakpoints-1.html:formatted:13 var f = 0;
16 Breakpoint sidebar pane while paused in raw 16 Breakpoint sidebar pane while paused in raw
17 17
18 script-formatter-breakpoints-1.html:12 var f=0; 18 script-formatter-breakpoints-1.html:12 var f=0;
19 Script execution resumed. 19 Script execution resumed.
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698