Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: LayoutTests/inspector/timeline/timeline-filtering-expected.txt

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-
-
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-filtering.html ('k') | LayoutTests/inspector/timeline/timeline-frame-model.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698