| Index: LayoutTests/inspector/sources/debugger/monitor-console-command-expected.txt
|
| diff --git a/LayoutTests/inspector/sources/debugger/monitor-console-command-expected.txt b/LayoutTests/inspector/sources/debugger/monitor-console-command-expected.txt
|
| deleted file mode 100644
|
| index a574483996b4cec0636ecdbe890a223b84cb96c8..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/sources/debugger/monitor-console-command-expected.txt
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -CONSOLE MESSAGE: line 1: function simpleTestFunction called
|
| -CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1
|
| -CONSOLE MESSAGE: line 1: function simpleTestFunction called with arguments: 1, 2, 3, 4, 5
|
| -CONSOLE MESSAGE: line 1: function simpleTestFunction3 called
|
| -Tests traceCalls(fn) console command.
|
| -
|
| -
|
| -Running: testSimpleMonitor
|
| -Start monitoring function.
|
| -Set timer for test function.
|
| -Console message received: function simpleTestFunction called
|
| -Stop monitoring.
|
| -
|
| -Running: testSimpleMonitorWith1Arg
|
| -Start monitoring function.
|
| -Set timer for test function.
|
| -Console message received: function simpleTestFunction called with arguments: 1
|
| -Stop monitoring.
|
| -
|
| -Running: testSimpleMonitorWithManyArgs
|
| -Start monitoring function.
|
| -Set timer for test function.
|
| -Console message received: function simpleTestFunction called with arguments: 1, 2, 3, 4, 5
|
| -Stop monitoring.
|
| -
|
| -Running: testSimpleUnmonitor
|
| -Start monitoring function.
|
| -Set timer for test function.
|
| -Console message received: function simpleTestFunction3 called
|
| -Stop monitoring.
|
| -
|
| -Running: testUnmonitorFuntionNotMonitored
|
| -
|
|
|