Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / live-edit-expected.txt
1 CONSOLE MESSAGE: line 3: Uncaught SyntaxError: Unexpected token ,
2 Tests live edit feature.
3
4 Debugger was enabled.
5
6 Running: testLiveEdit
7 ==Source frame contents start==
8 function f()
9 {
10     return "live-edited string";
11 }
12
13 ==Source frame contents end==
14
15 Running: testLiveEditSyntaxError
16 ==Source frame contents start==
17 function syntaxError()
18 {
19     return "I'm good";
20 }
21
22 ==Source frame contents end==
23
24 Running: testLiveEditWhenPaused
25 Script execution paused.
26 Script execution paused.
27 Script execution resumed.
28
29 Running: testNoCrashWhenOnlyOneFunctionOnStack
30 Script execution paused.
31 Call stack:
32     0) f1 (edit-me-when-paused.js:13)
33 Script execution resumed.
34 Script execution paused.
35 Script execution resumed.
36
37 Running: testBreakpointsUpdated
38 Debugger was disabled.
39