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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2-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: testBreakpointsSetAndRemoveInFormattedSource 6 Running: testBreakpointsSetAndRemoveInFormattedSource
7 Script execution paused. 7 Script execution paused.
8 Breakpoint sidebar pane while paused in pretty printed 8 Breakpoint sidebar pane while paused in pretty printed
9 9
10 unformatted2.js:formatted:4 var c = 3; 10 unformatted2.js:formatted:4 var c = 3;
11 Breakpoint sidebar pane while paused in raw 11 Breakpoint sidebar pane while paused in raw
12 12 No Breakpoints
13 Script execution resumed. 13 Script execution resumed.
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698