| Index: LayoutTests/inspector/console/console-timeline-expected.txt
|
| diff --git a/LayoutTests/inspector/console/console-timeline-expected.txt b/LayoutTests/inspector/console/console-timeline-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e19d676f24ab09d99242e9aba70c89998e3b9991
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector/console/console-timeline-expected.txt
|
| @@ -0,0 +1,41 @@
|
| +CONSOLE MESSAGE: Timeline 'one' started.
|
| +CONSOLE MESSAGE: Timeline 'one' finished.
|
| +CONSOLE MESSAGE: Timeline 'one' started.
|
| +CONSOLE MESSAGE: Timeline 'one' started.
|
| +CONSOLE MESSAGE: Timeline 'two' started.
|
| +CONSOLE MESSAGE: Timeline 'two' started.
|
| +CONSOLE MESSAGE: Timeline 'two' finished.
|
| +CONSOLE MESSAGE: Timeline 'one' finished.
|
| +CONSOLE MESSAGE: Timeline 'two' finished.
|
| +CONSOLE MESSAGE: Timeline 'one' finished.
|
| +CONSOLE MESSAGE: Timeline 'one' started.
|
| +CONSOLE MESSAGE: Timeline 'two' was not started.
|
| +CONSOLE MESSAGE: Timeline 'one' finished.
|
| +Tests console.timeline and timelineEnd commands.
|
| +
|
| +
|
| +Running: testStartStopTimeline
|
| +Timeline 'one' started.
|
| +timestamp
|
| +Timeline 'one' finished.
|
| +
|
| +Running: testStartStopMultiple
|
| +Timeline 'one' started.
|
| +timestamp 1
|
| +Timeline 'one' started.
|
| +Timeline 'two' started.
|
| +Timeline 'two' started.
|
| +Timeline 'two' finished.
|
| +timestamp 2
|
| +Timeline 'one' finished.
|
| +timestamp 3
|
| +Timeline 'two' finished.
|
| +timestamp 4
|
| +Timeline 'one' finished.
|
| +
|
| +Running: testStopUnknown
|
| +Timeline 'one' started.
|
| +timestamp 1
|
| +timestamp 2
|
| +Timeline 'one' finished.
|
| +
|
|
|