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 |
deleted file mode 100644 |
index 302789b9dff51816cd16c5212c219be56b7cd56e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/console/console-timeline-expected.txt |
+++ /dev/null |
@@ -1,98 +0,0 @@ |
-CONSOLE WARNING: console.timeline is deprecated. Please use the console.time instead. |
-CONSOLE DEBUG: Timeline 'one' started. |
-CONSOLE WARNING: console.timelineEnd is deprecated. Please use the console.timeEnd instead. |
-CONSOLE DEBUG: Timeline 'one' finished. |
-CONSOLE DEBUG: Timeline 'one' started. |
-CONSOLE DEBUG: Timeline 'one' started. |
-CONSOLE DEBUG: Timeline 'two' started. |
-CONSOLE DEBUG: Timeline 'two' started. |
-CONSOLE DEBUG: Timeline 'two' finished. |
-CONSOLE DEBUG: Timeline 'one' finished. |
-CONSOLE DEBUG: Timeline 'two' finished. |
-CONSOLE DEBUG: Timeline 'one' finished. |
-CONSOLE DEBUG: Timeline 'one' started. |
-CONSOLE DEBUG: Timeline 'two' started. |
-CONSOLE DEBUG: Timeline 'two' finished. |
-CONSOLE DEBUG: Timeline 'one' finished. |
-CONSOLE DEBUG: Timeline 'one' started. |
-CONSOLE DEBUG: Timeline 'two' was not started. |
-CONSOLE DEBUG: Timeline 'one' finished. |
-CONSOLE DEBUG: Timeline 'one' started. |
-CONSOLE DEBUG: Timeline 'one' finished. |
-CONSOLE DEBUG: Timeline 'one' started. |
-CONSOLE DEBUG: Timeline 'two' started. |
-CONSOLE DEBUG: Timeline 'one' terminated. |
-CONSOLE DEBUG: Timeline 'two' terminated. |
-CONSOLE DEBUG: Timeline 'one' started. |
-CONSOLE DEBUG: Timeline 'two' started. |
-CONSOLE DEBUG: Timeline 'one' terminated. |
-CONSOLE DEBUG: Timeline 'two' terminated. |
-CONSOLE DEBUG: Timeline 'one' started. |
-CONSOLE DEBUG: Timeline 'two' started. |
-CONSOLE DEBUG: Timeline 'one' terminated. |
-CONSOLE DEBUG: Timeline 'two' terminated. |
-Tests console.timeline and timelineEnd commands. |
- |
- |
-Running: testStartStopTimeline |
-Timeline 'one' started. |
-timestamp 1 |
-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: testStartMultipleStopInsideEvals |
-Timeline 'one' started. |
-timestamp 1 |
-Timeline 'two' started. |
-timestamp 2 |
-timestamp 3 |
-Timeline 'two' finished. |
-timestamp 4 |
-timestamp 5 |
-Timeline 'one' finished. |
- |
-Running: testStopUnknown |
-Timeline 'one' started. |
-timestamp 1 |
-timestamp 2 |
-Timeline 'one' finished. |
- |
-Running: testStartFromPanel |
-timestamp 0 |
-Timeline 'one' started. |
-timestamp 1 |
-Timeline 'one' finished. |
-timestamp 2 |
- |
-Running: testStopFromPanel |
-Timeline 'one' started. |
-timestamp 1 |
-Timeline 'two' started. |
-timestamp 2 |
- |
-Running: testRacyStart |
-Timeline 'one' started. |
-timestamp 1 |
-Timeline 'two' started. |
-timestamp 2 |
- |
-Running: testRacyStart2 |
-timestamp 0 |
-Timeline 'one' started. |
-timestamp 1 |
-Timeline 'two' started. |
-timestamp 2 |
- |