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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/redirect.pl

Issue 2736623002: Revert "Do not reuse a loading resource associated with another fetcher"
Patch Set: rebase Created 3 years, 8 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/security/contentSecurityPolicy/resources/redirect.pl
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/redirect.pl b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/redirect.pl
index a2e593ee3715473364f88a27a2db6ea351620a73..813049163fef3a399d8880dfc05b3f5e9685ac9b 100755
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/redirect.pl
+++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/redirect.pl
@@ -5,11 +5,6 @@ use CGI;
my $cgi = new CGI;
my $resourceType = $cgi->param("type");
-my $wait = $cgi->param("wait");
-
-if ($wait) {
- sleep(2);
-}
if ($resourceType eq "script") {
print "Location: http://127.0.0.1:8000/security/contentSecurityPolicy/resources/script-redirect-not-allowed.js";

Powered by Google App Engine
This is Rietveld 408576698