| 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";
|
|
|