Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/ping-redirect.php |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/ping-redirect.php b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/ping-redirect.php |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5a9172332a7776aa9009b7cb19e259b44e7d2449 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/ping-redirect.php |
@@ -0,0 +1,7 @@ |
+<?php |
+header('HTTP/1.1 307 Temporary Redirect'); |
+header('Expires: Thu, 01 Dec 2003 16:00:00 GMT'); |
+header('Cache-Control: no-cache, must-revalidate'); |
+header('Pragma: no-cache'); |
+header('Location: ping-redirected-page.html'); |
+?> |