Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-enabled / sources / debugger / script-formatter-breakpoints-1-expected.txt
1 Tests the script formatting is working fine with breakpoints.
2
3
4 Running: testSetup
5
6 Running: testBreakpointsInOriginalAndFormattedSource
7 Script execution paused.
8 Breakpoint sidebar pane while paused in raw
9
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
14
15 script-formatter-breakpoints-1.html:formatted:20    var f = 0;
16 Breakpoint sidebar pane while paused in raw
17
18 script-formatter-breakpoints-1.html:12    var f=0;
19 Script execution resumed.
20