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

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

Issue 2526013002: [DevTools] Added inline breakpoints (Closed)
Patch Set: rebased test Created 4 years 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
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 4
5 Running: testLiveEdit 5 Running: testLiveEdit
6 ==Source frame contents start== 6 ==Source frame contents start==
7 function f() 7 function f()
8 { 8 {
9 return "live-edited string"; 9 return "live-edited string";
10 } 10 }
(...skipping 16 matching lines...) Expand all
27 27
28 Running: testNoCrashWhenOnlyOneFunctionOnStack 28 Running: testNoCrashWhenOnlyOneFunctionOnStack
29 Script execution paused. 29 Script execution paused.
30 Call stack: 30 Call stack:
31 0) f1 (edit-me-when-paused.js:13) 31 0) f1 (edit-me-when-paused.js:13)
32 Script execution resumed. 32 Script execution resumed.
33 Script execution paused. 33 Script execution paused.
34 Script execution resumed. 34 Script execution resumed.
35 35
36 Running: testBreakpointsUpdated 36 Running: testBreakpointsUpdated
37 breakpoint at 5
37 38
38 Running: testNoCrashWhenLiveEditOnBreakpoint 39 Running: testNoCrashWhenLiveEditOnBreakpoint
39 Script execution paused. 40 Script execution paused.
40 Script execution resumed. 41 Script execution resumed.
41 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698