Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star-worker-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star-worker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star-worker-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ebd425cddd41b233004a1d381dad1f8a280c2a4a |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star-worker-expected.txt |
@@ -0,0 +1,11 @@ |
+This is a testharness.js-based test. |
+PASS CORS that succeeds with credentials: false; method: GET (allowed: get); header: X-Test,1 (allowed: x-test) |
+FAIL CORS that succeeds with credentials: false; method: SUPER (allowed: *); header: X-Test,1 (allowed: x-test) promise_test: Unhandled rejection with value: object "TypeError: Failed to fetch" |
+FAIL CORS that succeeds with credentials: false; method: OK (allowed: *); header: X-Test,1 (allowed: *) promise_test: Unhandled rejection with value: object "TypeError: Failed to fetch" |
+PASS CORS that fails with credentials: true; method: OK (allowed: *); header: X-Test,1 (allowed: *) |
+PASS CORS that fails with credentials: true; method: PUT (allowed: *); header: undefined (allowed: ) |
+PASS CORS that fails with credentials: true; method: PUT (allowed: put); header: undefined (allowed: *) |
+PASS CORS that fails with credentials: true; method: GET (allowed: get); header: X-Test,1 (allowed: *) |
+PASS CORS that fails with credentials: true; method: GET (allowed: *); header: X-Test,1 (allowed: *) |
+Harness: the test ran to completion. |
+ |