Index: third_party/WebKit/LayoutTests/inspector/tracing/console-timeline-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/console-timeline-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/console-timeline-expected.txt |
deleted file mode 100644 |
index d7865e09d4c267a302ac93b4427dfa08583a0615..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/inspector/tracing/console-timeline-expected.txt |
+++ /dev/null |
@@ -1,66 +0,0 @@ |
-CONSOLE WARNING: 'console.timeline' is deprecated. Please use 'console.time' instead. |
dgozman
2016/04/08 18:18:45
Let's add a test which shows "the method was remov
kozy
2016/04/08 23:56:50
Done.
|
-CONSOLE WARNING: 'console.timelineEnd' is deprecated. Please use 'console.timeEnd' instead. |
-Tests console.timeline and timelineEnd commands. |
- |
- |
-Running: testStartStopTimeline |
-timestamp 0 |
-Timeline 'one' |
-timestamp 1 |
-Timeline 'one' |
-timestamp 2 |
- |
-Running: testStartStopMultiple |
-error: Event Timeline 'one' has already been started |
-error: Event Timeline 'two' has already been started |
-timestamp 0 |
-Timeline 'one' |
-timestamp 1 |
-Timeline 'one' |
-Timeline 'two' |
-Timeline 'two' |
-Timeline 'two' |
-timestamp 2 |
-Timeline 'one' |
-timestamp 3 |
-Timeline 'two' |
-timestamp 4 |
-Timeline 'one' |
-timestamp 5 |
- |
-Running: testStartMultipleStopInsideEvals |
-timestamp 0 |
-Timeline 'one' |
-timestamp 1 |
-Timeline 'two' |
-timestamp 2 |
-timestamp 3 |
-Timeline 'two' |
-timestamp 4 |
-timestamp 5 |
-Timeline 'one' |
-timestamp 6 - FAIL |
- |
-Running: testStopUnknown |
-timestamp 0 |
-Timeline 'one' |
-timestamp 1 |
-Timeline 'two' |
-timestamp 2 |
-Timeline 'one' |
-timestamp 3 |
- |
-Running: testStartFromPanel |
-timestamp 0 |
-Timeline 'one' |
-timestamp 1 |
-Timeline 'one' |
-timestamp 2 |
- |
-Running: testStopFromPanel |
-timestamp 0 |
-Timeline 'one' |
-timestamp 1 |
-Timeline 'two' |
-timestamp 2 |
- |