Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/unauthorised.pl |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/unauthorised.pl b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/unauthorised.pl |
new file mode 100755 |
index 0000000000000000000000000000000000000000..51d3f227f9950c610b1f8c5705b73669b90f921f |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network/resources/unauthorised.pl |
@@ -0,0 +1,4 @@ |
+#!/usr/bin/perl |
+ |
+print "Status: 401 Unauthorized\r\n"; |
+print "WWW-Authenticate: Basic realm=\"WebKit Test Realm\"\r\n\r\n"; |