Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: LayoutTests/inspector/sources/debugger/live-edit-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE ERROR: line 3: Uncaught SyntaxError: Unexpected token , 1 CONSOLE ERROR: line 3: Uncaught SyntaxError: Unexpected token ,
2 Tests live edit feature. 2 Tests live edit feature.
3 3
4 Debugger was enabled.
5 4
6 Running: testLiveEdit 5 Running: testLiveEdit
7 ==Source frame contents start== 6 ==Source frame contents start==
8 function f() 7 function f()
9 { 8 {
10 return "live-edited string"; 9 return "live-edited string";
11 } 10 }
12 11
13 ==Source frame contents end== 12 ==Source frame contents end==
14 13
(...skipping 13 matching lines...) Expand all
28 27
29 Running: testNoCrashWhenOnlyOneFunctionOnStack 28 Running: testNoCrashWhenOnlyOneFunctionOnStack
30 Script execution paused. 29 Script execution paused.
31 Call stack: 30 Call stack:
32 0) f1 (edit-me-when-paused.js:13) 31 0) f1 (edit-me-when-paused.js:13)
33 Script execution resumed. 32 Script execution resumed.
34 Script execution paused. 33 Script execution paused.
35 Script execution resumed. 34 Script execution resumed.
36 35
37 Running: testBreakpointsUpdated 36 Running: testBreakpointsUpdated
38 Debugger was disabled.
39 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698