1 Tests the script formatting is working fine with breakpoints.
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.