Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / monitor-console-command-expected.txt
1 CONSOLE MESSAGE: line 1: function simpleTestFunction called
2 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
4 CONSOLE MESSAGE: line 1: function simpleTestFunction3 called
5 Tests traceCalls(fn) console command.
6
7 Debugger was enabled.
8
9 Running: testSimpleMonitor
10 Start monitoring function.
11 Set timer for test function.
12 Console message received: function simpleTestFunction called
13 Stop monitoring.
14
15 Running: testSimpleMonitorWith1Arg
16 Start monitoring function.
17 Set timer for test function.
18 Console message received: function simpleTestFunction called with arguments: 1
19 Stop monitoring.
20
21 Running: testSimpleMonitorWithManyArgs
22 Start monitoring function.
23 Set timer for test function.
24 Console message received: function simpleTestFunction called with arguments: 1, 2, 3, 4, 5
25 Stop monitoring.
26
27 Running: testSimpleUnmonitor
28 Start monitoring function.
29 Set timer for test function.
30 Console message received: function simpleTestFunction3 called
31 Stop monitoring.
32
33 Running: testUnmonitorFuntionNotMonitored
34 Debugger was disabled.
35