| 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..64aee216c2328de6edb89b8607a1843eae896a68 | 
| --- /dev/null | 
| +++ b/LayoutTests/inspector/console/console-timeline-expected.txt | 
| @@ -0,0 +1,96 @@ | 
| +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. | 
| +CONSOLE MESSAGE: Timeline 'one' started. | 
| +CONSOLE MESSAGE: Timeline 'one' finished. | 
| +CONSOLE MESSAGE: Timeline 'one' started. | 
| +CONSOLE MESSAGE: Timeline 'two' started. | 
| +CONSOLE MESSAGE: Timeline 'one' terminated. | 
| +CONSOLE MESSAGE: Timeline 'two' terminated. | 
| +CONSOLE MESSAGE: Timeline 'one' started. | 
| +CONSOLE MESSAGE: Timeline 'two' started. | 
| +CONSOLE MESSAGE: Timeline 'one' terminated. | 
| +CONSOLE MESSAGE: Timeline 'two' terminated. | 
| +CONSOLE MESSAGE: Timeline 'one' started. | 
| +CONSOLE MESSAGE: Timeline 'two' started. | 
| +CONSOLE MESSAGE: Timeline 'one' terminated. | 
| +CONSOLE MESSAGE: Timeline 'two' terminated. | 
| +Tests console.timeline and timelineEnd commands. | 
| + | 
| + | 
| +Running: testStartStopTimeline | 
| +Timeline started from console. | 
| +Timeline 'one' started. | 
| +timestamp 1 | 
| +Timeline 'one' finished. | 
| +Timeline stopped from console. | 
| + | 
| +Running: testStartStopMultiple | 
| +Timeline started from console. | 
| +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. | 
| +Timeline stopped from console. | 
| + | 
| +Running: testStopUnknown | 
| +Timeline started from console. | 
| +Timeline 'one' started. | 
| +timestamp 1 | 
| +timestamp 2 | 
| +Timeline 'one' finished. | 
| +Timeline stopped from console. | 
| + | 
| +Running: testStartFromPanel | 
| +Timeline started from panel | 
| +timestamp 0 | 
| +Timeline 'one' started. | 
| +timestamp 1 | 
| +Timeline 'one' finished. | 
| +timestamp 2 | 
| +Timeline stopped from panel | 
| + | 
| +Running: testStopFromPanel | 
| +Timeline started from console. | 
| +Timeline 'one' started. | 
| +timestamp 1 | 
| +Timeline 'two' started. | 
| +timestamp 2 | 
| +Timeline stopped from panel | 
| + | 
| +Running: testRacyStart | 
| +Timeline started from console. | 
| +Timeline 'one' started. | 
| +timestamp 1 | 
| +Timeline 'two' started. | 
| +timestamp 2 | 
| +Timeline stopped from panel | 
| + | 
| +Running: testRacyStart2 | 
| +Timeline started from panel | 
| +timestamp 0 | 
| +Timeline 'one' started. | 
| +timestamp 1 | 
| +Timeline 'two' started. | 
| +timestamp 2 | 
| +Timeline stopped from panel | 
| +Timeline started from panel | 
| + | 
|  |