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

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

Issue 2778753002: Import //fetch from Web Platform Tests. (Closed)
Patch Set: Baselines. Created 3 years, 8 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 This is a testharness.js-based test.
2 PASS CORS that succeeds with credentials: false; method: GET (allowed: get); hea der: X-Test,1 (allowed: x-test)
3 FAIL CORS that succeeds with credentials: false; method: SUPER (allowed: *); hea der: X-Test,1 (allowed: x-test) promise_test: Unhandled rejection with value: ob ject "TypeError: Failed to fetch"
4 FAIL CORS that succeeds with credentials: false; method: OK (allowed: *); header : X-Test,1 (allowed: *) promise_test: Unhandled rejection with value: object "Ty peError: Failed to fetch"
5 PASS CORS that fails with credentials: true; method: OK (allowed: *); header: X- Test,1 (allowed: *)
6 PASS CORS that fails with credentials: true; method: PUT (allowed: *); header: u ndefined (allowed: )
7 PASS CORS that fails with credentials: true; method: PUT (allowed: put); header: undefined (allowed: *)
8 PASS CORS that fails with credentials: true; method: GET (allowed: get); header: X-Test,1 (allowed: *)
9 PASS CORS that fails with credentials: true; method: GET (allowed: *); header: X -Test,1 (allowed: *)
10 Harness: the test ran to completion.
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698