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

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

Issue 329533002: DevTools: Added test that LiveEdit doesn't crash on breakpoint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master2
Patch Set: 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
« no previous file with comments | « LayoutTests/inspector/sources/debugger/live-edit.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 17 matching lines...) Expand all
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 37
38 Running: testNoCrashWhenLiveEditOnBreakpoint
39 Script execution paused.
40 Script execution resumed.
41
OLDNEW
« no previous file with comments | « LayoutTests/inspector/sources/debugger/live-edit.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698