Index: LayoutTests/inspector/timeline/timeline-filtering-expected.txt |
diff --git a/LayoutTests/inspector/timeline/timeline-filtering-expected.txt b/LayoutTests/inspector/timeline/timeline-filtering-expected.txt |
deleted file mode 100644 |
index ca44d73d759ff2a6657889c5819ddd18bb083e9e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/timeline/timeline-filtering-expected.txt |
+++ /dev/null |
@@ -1,48 +0,0 @@ |
-Test filtering on timeline panel. |
- |
-Initial: |
- +bar01 |
- +bar04 |
- +bar07 |
- +foo10 |
- +foo13 |
- +foo16 |
- |
-Filtered by 'bar': |
- -bar01 |
- bar02 |
- bar03 |
- -bar04 |
- bar06 |
- bar07 |
- -foo10 |
- bar11 |
- bar12 |
- -foo13 |
- bar15 |
- |
-Collapsed 'bar04' and 'foo13': |
- -bar01 |
- bar02 |
- bar03 |
- +bar04 |
- bar07 |
- -foo10 |
- bar11 |
- bar12 |
- +foo13 |
- |
-Filtered by 'foo': |
- -bar04 |
- foo05 |
- -bar07 |
- foo08 |
- foo09 |
- foo10 |
- -foo13 |
- foo14 |
- -foo16 |
- foo17 |
- foo18 |
- |
- |