blob: b5a21e3da705d96f4102b65a6c04a16fd114c60a [file] [log] [blame]
Tests the script formatting is working fine with breakpoints.
Debugger was enabled.
Running: testBreakpointsInOriginalAndFormattedSource
Script execution paused.
Breakpoint sidebar pane while paused in raw
script-formatter-breakpoints.html:11
var f=0;
Script execution resumed.
Script execution paused.
Breakpoint sidebar pane while paused in pretty printed
script-formatter-breakpoints.html:18
var f = 0;
Breakpoint sidebar pane while paused in raw
script-formatter-breakpoints.html:11
var f=0;
Script execution resumed.
Running: testBreakpointSetInOriginalAndRemovedInFormatted
Adding breakpoint.
Formatting.
Removing breakpoint.
Unformatting.
Debugger was disabled.