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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-console/debug-console-command-expected.txt

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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
OLDNEW
1 CONSOLE ERROR: line 3484: The given range isn't in document.
2 CONSOLE ERROR: line 3484: The given range isn't in document.
3 CONSOLE ERROR: line 3484: The given range isn't in document.
4 CONSOLE ERROR: line 3484: The given range isn't in document.
1 Tests debug(fn) console command. 5 Tests debug(fn) console command.
2 6
3 7
4 Running: testSetSimpleBreakpoint 8 Running: testSetSimpleBreakpoint
5 Breakpoint added. 9 Breakpoint added.
6 Set timer for test function. 10 Set timer for test function.
7 Script execution paused. 11 Script execution paused.
8 Call stack: 12 Call stack:
9 0) simpleTestFunction (debug-console-command.html:10) 13 0) simpleTestFunction (debug-console-command.html:10)
10 1) (:1) 14 1) (:1)
(...skipping 17 matching lines...) Expand all
28 Call stack: 32 Call stack:
29 0) simpleTestFunction2 (debug-console-command.html:15) 33 0) simpleTestFunction2 (debug-console-command.html:15)
30 1) (:1) 34 1) (:1)
31 Breakpoint removed. 35 Breakpoint removed.
32 Script execution resumed. 36 Script execution resumed.
33 37
34 Running: testRemoveBreakpoint 38 Running: testRemoveBreakpoint
35 Script execution paused. 39 Script execution paused.
36 Reason for pause: debugger statement. 40 Reason for pause: debugger statement.
37 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698