Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/access-control-allow-with-delay.php |
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/access-control-allow-with-delay.php b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/access-control-allow-with-delay.php |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a8438f710a5a9f1a352e1764e2b9552a3c900793 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/access-control-allow-with-delay.php |
@@ -0,0 +1,8 @@ |
+<?php |
+ sleep(1); |
+ header("Content-Type: text/plain"); |
+ header("Cache-Control: no-store"); |
+ header("Access-Control-Allow-Origin: *"); |
+ header("Access-Control-Allow-Headers: foo"); |
+?> |
+ |