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

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

Issue 1328273003: [DevTools] Allow stars in blocked url pattern. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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.html
diff --git a/LayoutTests/http/tests/inspector/network/network-blocked-reason.html b/LayoutTests/http/tests/inspector/network/network-blocked-reason.html
index b01997652ada931e3080618414c268b3363b9f71..018afc1e55d485a35c712df5cc5035aa47fdfb14 100644
--- a/LayoutTests/http/tests/inspector/network/network-blocked-reason.html
+++ b/LayoutTests/http/tests/inspector/network/network-blocked-reason.html
@@ -48,7 +48,7 @@ function test()
function testDevTools(next)
{
- blockedSetting.set(["http://some.strange.origin/script.js", "resources/silent_script.js"]);
+ blockedSetting.set(["http://some.strange.origin/script.js", "resources**/silent*.js*"]);
caseq 2015/09/08 23:04:16 Can we please have a more extensive test for that?
nextStep = removeBlock;
InspectorTest.runAfterPendingDispatches(addScript);
« no previous file with comments | « no previous file | Source/core/inspector/InspectorResourceAgent.cpp » ('j') | Source/core/inspector/InspectorResourceAgent.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698