summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/appcache/resources/main-resource-redirect-frame.php
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/http/tests/appcache/resources/main-resource-redirect-frame.php')
-rw-r--r--LayoutTests/http/tests/appcache/resources/main-resource-redirect-frame.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/LayoutTests/http/tests/appcache/resources/main-resource-redirect-frame.php b/LayoutTests/http/tests/appcache/resources/main-resource-redirect-frame.php
new file mode 100644
index 0000000..638057b
--- /dev/null
+++ b/LayoutTests/http/tests/appcache/resources/main-resource-redirect-frame.php
@@ -0,0 +1,4 @@
+<?php
+ header('HTTP/1.0 302 Found');
+ header('Location: http://127.0.0.1:8000/resources/network-simulator.php?path=/appcache/resources/main-resource-redirect-frame-2.html');
+?>