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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?php
2 sleep(1);
3 header("Content-Type: text/plain");
4 header("Cache-Control: no-store");
5 header("Access-Control-Allow-Origin: *");
6 header("Access-Control-Allow-Headers: foo");
7 ?>
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698