Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-redirect-preflight.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-redirect-preflight.html b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-redirect-preflight.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..172f52e794f8e4c845fa5a7879cd0987dfd46e1f |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-redirect-preflight.html |
@@ -0,0 +1,16 @@ |
+<!doctype html> |
+<html> |
+ <head> |
+ <meta charset="utf-8"> |
+ <title>Fetch: CORS preflight after redirection</title> |
+ <meta name="help" href="https://fetch.spec.whatwg.org/#http-redirect-fetch"> |
+ <script src="/resources/testharness.js"></script> |
+ <script src="/resources/testharnessreport.js"></script> |
+ </head> |
+ <body> |
+ <script src="/common/utils.js"></script> |
+ <script src="/common/get-host-info.sub.js"></script> |
+ <script src="../resources/utils.js"></script> |
+ <script src="cors-redirect-preflight.js"></script> |
+ </body> |
+</html> |