Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-enabled / sources / debugger / script-formatter-breakpoints-1-expected.txt
blobcbd0619463bf939a1b7e165bfb459c526c5e0ef9
1 Tests the script formatting is working fine with breakpoints.
4 Running: testSetup
6 Running: testBreakpointsInOriginalAndFormattedSource
7 Script execution paused.
8 Breakpoint sidebar pane while paused in raw
10 script-formatter-breakpoints-1.html:12    var f=0;
11 Script execution resumed.
12 Script execution paused.
13 Breakpoint sidebar pane while paused in pretty printed
15 script-formatter-breakpoints-1.html:formatted:20    var f = 0;
16 Breakpoint sidebar pane while paused in raw
18 script-formatter-breakpoints-1.html:12    var f=0;
19 Script execution resumed.