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

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

Issue 2253013007: [Devtools] Added test for negative lookaheads in network panel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test Created 4 years, 4 months 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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2a5e5ccdc8e0b71bd8fdd545aea99943916c6ce2..f1c29deaa41341c9cfa5255acd07a300152088fb 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
@@ -2,11 +2,11 @@ Tests fetch network filters
filterText: -.css
isRegex: false
-Found results: 2
+Found results: 3
filterText: -.png
isRegex: false
-Found results: 1
+Found results: 2
filterText: css
isRegex: false
@@ -14,15 +14,15 @@ Found results: 1
filterText:
isRegex: false
-Found results: 3
+Found results: 4
filterText: .*
isRegex: true
-Found results: 3
+Found results: 4
filterText: .*\..*
isRegex: true
-Found results: 3
+Found results: 4
filterText: .*\.png
isRegex: true
@@ -34,10 +34,14 @@ Found results: 0
filterText:
isRegex: true
-Found results: 3
+Found results: 4
filterText: png
isRegex: false
Found results: 2
+filterText: -missing
+isRegex: false
+Found results: 3
+
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/network/network-filters.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698