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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/monitor-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 CONSOLE MESSAGE: line 1: function simpleTestFunction called 5 CONSOLE MESSAGE: line 1: function simpleTestFunction called
2 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1 6 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1
3 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1, 2 , 3, 4, 5 7 CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1, 2 , 3, 4, 5
4 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called 8 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called
5 Tests traceCalls(fn) console command. 9 Tests traceCalls(fn) console command.
6 10
7 11
8 Running: testSimpleMonitor 12 Running: testSimpleMonitor
9 Start monitoring function. 13 Start monitoring function.
10 Set timer for test function. 14 Set timer for test function.
(...skipping 13 matching lines...) Expand all
24 Stop monitoring. 28 Stop monitoring.
25 29
26 Running: testSimpleUnmonitor 30 Running: testSimpleUnmonitor
27 Start monitoring function. 31 Start monitoring function.
28 Set timer for test function. 32 Set timer for test function.
29 Console message received: function simpleTestFunction3 called 33 Console message received: function simpleTestFunction3 called
30 Stop monitoring. 34 Stop monitoring.
31 35
32 Running: testUnmonitorFuntionNotMonitored 36 Running: testUnmonitorFuntionNotMonitored
33 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698