| Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star.html b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f30a9fcd512f38aa257a7adf4b57ae28e1b959de
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star.html
|
| @@ -0,0 +1,14 @@
|
| +<!doctype html>
|
| +<html>
|
| + <head>
|
| + <meta charset="utf-8">
|
| + <title>Fetch: CORS preflight with headers using *</title>
|
| + <script src="/resources/testharness.js"></script>
|
| + <script src="/resources/testharnessreport.js"></script>
|
| + </head>
|
| + <body>
|
| + <script src="../resources/utils.js"></script>
|
| + <script src="/common/get-host-info.sub.js"></script>
|
| + <script src="cors-preflight-star.js"></script>
|
| + </body>
|
| +</html>
|
|
|