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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star-expected.txt

Issue 2778753002: Import //fetch from Web Platform Tests. (Closed)
Patch Set: Baselines. 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/external/wpt/fetch/api/cors/cors-preflight-star-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ebd425cddd41b233004a1d381dad1f8a280c2a4a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/cors/cors-preflight-star-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.
+

Powered by Google App Engine
This is Rietveld 408576698