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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-clone-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 Check Response's clone with default values, without body
3 PASS Check Response's clone has the expected attribute values
4 PASS Check orginal response's body after cloning
5 PASS Check cloned response's body
6 PASS Cannot clone a disturbed response
7 PASS Cloned responses should provide the same data
8 PASS Cancelling stream should not affect cloned one
9 FAIL Check response clone use structureClone for teed ReadableStreams (Int8Array chunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false
10 FAIL Check response clone use structureClone for teed ReadableStreams (Int16Arra ychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false
11 FAIL Check response clone use structureClone for teed ReadableStreams (Int32Arra ychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false
12 FAIL Check response clone use structureClone for teed ReadableStreams (ArrayBuff erchunk) assert_true: Buffer of cloned response stream is a clone of the origina l buffer expected true got false
13 FAIL Check response clone use structureClone for teed ReadableStreams (Uint8Arra ychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false
14 FAIL Check response clone use structureClone for teed ReadableStreams (Uint8Clam pedArraychunk) assert_true: Buffer of cloned response stream is a clone of the o riginal buffer expected true got false
15 FAIL Check response clone use structureClone for teed ReadableStreams (Uint16Arr aychunk) assert_true: Buffer of cloned response stream is a clone of the origina l buffer expected true got false
16 FAIL Check response clone use structureClone for teed ReadableStreams (Uint32Arr aychunk) assert_true: Buffer of cloned response stream is a clone of the origina l buffer expected true got false
17 FAIL Check response clone use structureClone for teed ReadableStreams (Float32Ar raychunk) assert_true: Buffer of cloned response stream is a clone of the origin al buffer expected true got false
18 FAIL Check response clone use structureClone for teed ReadableStreams (Float64Ar raychunk) assert_true: Buffer of cloned response stream is a clone of the origin al buffer expected true got false
19 FAIL Check response clone use structureClone for teed ReadableStreams (DataViewc hunk) assert_true: Buffer of cloned response stream is a clone of the original b uffer expected true got false
20 Harness: the test ran to completion.
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698