Index: LayoutTests/inspector/timeline/timeline-time-expected.txt |
diff --git a/LayoutTests/inspector/timeline/timeline-time-expected.txt b/LayoutTests/inspector/timeline/timeline-time-expected.txt |
deleted file mode 100644 |
index 964279c0c2416317a296793430ed8c84cddea8e3..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/timeline/timeline-time-expected.txt |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-Test nesting of time/timeEnd records on Timeline |
- |
- |
-Running: testSimpleConsoleTime |
-Root |
-----> FunctionCall |
---------> Console Time: a |
- |
-Running: testNestedConsoleTime |
-Root |
-----> FunctionCall |
---------> Console Time: a |
-------------> Console Time: b |
-------------> Console Time: c |
-----------------> Console Time: d |
- |
-Running: testUnbalancedConsoleTime |
-Root |
-----> FunctionCall |
---------> Console Time: b |
- |
-Running: testConsoleTimeWithoutConsoleTimeEnd |
-Root |
-----> FunctionCall |
---------> Timestamp: Foo |
---------> Timestamp: Bar |
---------> Console Time: d |
-------------> Timestamp: Baz |
- |