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/basic/request-upload-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 Fetch with PUT with body
3 PASS Fetch with POST with text body
4 PASS Fetch with POST with URLSearchParams body
5 PASS Fetch with POST with Blob body
6 PASS Fetch with POST with ArrayBuffer body
7 PASS Fetch with POST with Uint8Array body
8 PASS Fetch with POST with Int8Array body
9 PASS Fetch with POST with Float32Array body
10 PASS Fetch with POST with Float64Array body
11 PASS Fetch with POST with DataView body
12 PASS Fetch with POST with Blob body with mime type
13 FAIL Fetch with POST with ReadableStream assert_equals: expected "Test" but got ""
14 FAIL Fetch with POST with ReadableStream containing String Cannot read property 'then' of undefined
15 FAIL Fetch with POST with ReadableStream containing null Cannot read property 't hen' of undefined
16 FAIL Fetch with POST with ReadableStream containing number Cannot read property 'then' of undefined
17 FAIL Fetch with POST with ReadableStream containing ArrayBuffer Cannot read prop erty 'then' of undefined
18 FAIL Fetch with POST with ReadableStream containing Blob Cannot read property 't hen' of undefined
19 Harness: the test ran to completion.
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698