Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger / live-edit-expected.txt
blobca28a2a9bc52007ec320348032db79e065715792
1 CONSOLE ERROR: line 3: Uncaught SyntaxError: Unexpected token ,
2 Tests live edit feature.
5 Running: testLiveEdit
6 ==Source frame contents start==
7 function f()
9     return "live-edited string";
12 ==Source frame contents end==
14 Running: testLiveEditSyntaxError
15 ==Source frame contents start==
16 function syntaxError()
18     return "I'm good";
21 ==Source frame contents end==
23 Running: testLiveEditWhenPaused
24 Script execution paused.
25 Script execution paused.
26 Script execution resumed.
28 Running: testNoCrashWhenOnlyOneFunctionOnStack
29 Script execution paused.
30 Call stack:
31     0) f1 (edit-me-when-paused.js:13)
32 Script execution resumed.
33 Script execution paused.
34 Script execution resumed.
36 Running: testBreakpointsUpdated
38 Running: testNoCrashWhenLiveEditOnBreakpoint
39 Script execution paused.
40 Script execution resumed.