Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/access-control-allow-with-delay.php

Issue 2755483006: Stop having separate timeout timers for the preflight and the actual request (Closed)
Patch Set: fix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
+?>
+

Powered by Google App Engine
This is Rietveld 408576698