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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-expected.txt

Issue 2505653002: [Devtools] Added "is:from-cache" filter to network (Closed)
Patch Set: Merge remote-tracking branch 'origin/master' into IS_FROM_CACHE Created 4 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: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-expected.txt
index f1c29deaa41341c9cfa5255acd07a300152088fb..951ff1f5795ea5cafbded6bc2d7cd47f3e998b53 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters-expected.txt
@@ -44,4 +44,12 @@ filterText: -missing
isRegex: false
Found results: 3
+filterText: is:from-cache
+isRegex: false
+Found results: 1
+
+filterText: -is:from-cache
+isRegex: false
+Found results: 3
+

Powered by Google App Engine
This is Rietveld 408576698