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

Unified Diff: LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt

Issue 1328273003: [DevTools] Allow stars in blocked url pattern. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fprintf Created 5 years, 3 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
Index: LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt b/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt
index fe53180766545bca97f7444051c4e6a18ac84504..843fe363e2e276e528a96ade2bd44af40786d6f2 100644
--- a/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt
+++ b/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt
@@ -4,15 +4,85 @@ Tests that blocked reason is recognized correctly.
Running: testCSP
-
-Request: csp.js
BlockedReason: csp
-Running: testDevTools
+Running: testBlockedByDevTools1
+Blocked patterns: resources**/silent*.js
+Request: resources/silent_script.js
+BlockedReason: inspector
+
+Running: testBlockedByDevTools2
+Blocked patterns: a*b
+Request: ba
+BlockedReason: undefined
+
+Running: testBlockedByDevTools3
+Blocked patterns: ***pattern***
+Request: there/is/a/pattern/inside.js
+BlockedReason: inspector
+
+Running: testBlockedByDevTools4
+Blocked patterns: pattern
+Request: patt1ern
+BlockedReason: undefined
+
+Running: testBlockedByDevTools5
+Blocked patterns: *this***is*a*pattern
+Request: file/this/is/the/pattern
+BlockedReason: undefined
+
+Running: testBlockedByDevTools6
+Blocked patterns: *this***is*a*pattern
+Request: this/is/a/pattern
+BlockedReason: inspector
+
+Running: testBlockedByDevTools6
+Blocked patterns: *this***is*a*pattern
+Request: this/is
+BlockedReason: undefined
+
+Running: testBlockedByDevTools7
+Blocked patterns: pattern
+Request: long/pattern/inside
+BlockedReason: inspector
+
+Running: testBlockedByDevTools8
+Blocked patterns: pattern
+Request: pattern
+BlockedReason: inspector
+
+Running: testBlockedByDevTools9
+Blocked patterns: pattern;pattern
+Request: pattern
+BlockedReason: inspector
+
+Running: testBlockedByDevTools10
+Blocked patterns: a*b*c*d*e
+Request: edcbaedcbaedcbaedcba
+BlockedReason: undefined
+
+Running: testBlockedByDevTools11
+Blocked patterns: a*b*c*d*e
+Request: edcbaedcbaedcbaedcbae
+BlockedReason: inspector
+
+Running: testBlockedByDevTools12
+Blocked patterns: one1;two2
+Request: one1two2
+BlockedReason: inspector
+
+Running: testBlockedByDevTools13
+Blocked patterns: one1;two2;three3
+Request: four4
+BlockedReason: undefined
-Request: silent_script.js
+Running: testBlockedByDevTools14
+Blocked patterns: one1;two2;three3
+Request: only-two2-here
BlockedReason: inspector
-Request: silent_script.js
+Running: cleanupBlockedURLs
+Blocked patterns:
+Request: resources/silent_script.js
BlockedReason: undefined
« no previous file with comments | « LayoutTests/http/tests/inspector/network/network-blocked-reason.html ('k') | Source/core/inspector/InspectorResourceAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698