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

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

Issue 2692653003: [Devtools] Added Enable/Disable for request blocking in network (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into ADD_ENABLE_DISABLE_REQ… Created 3 years, 9 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: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-blocked-reason.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-blocked-reason.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-blocked-reason.html
index 53e58845c527ac28f95b296c8998e234134c4854..0799f3ab14dc47a90c808473601f5668eb66c842 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-blocked-reason.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-blocked-reason.html
@@ -22,6 +22,7 @@ function test()
{
var requestName;
var nextStep;
+ Common.moduleSetting('requestBlockingEnabled').set(true);
var blockedSetting = Common.settingForTest("networkBlockedURLs");
function onRequest(event)

Powered by Google App Engine
This is Rietveld 408576698