Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/redirect3.pl |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/redirect3.pl b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/redirect3.pl |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..a3a57c4829009946100173570e1bd5bb8b291d8a |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/redirect3.pl |
| @@ -0,0 +1,4 @@ |
| +#!/usr/bin/perl |
| + |
| +print "Status: 301 Moved Permanently\r\n"; |
| +print "Location: final.js\r\n\r\n"; |