Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-clone-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-clone-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-clone-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ec49708b78947bc0bdb5f2d3f6a1092a38f9b234 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-clone-expected.txt |
@@ -0,0 +1,21 @@ |
+This is a testharness.js-based test. |
+PASS Check Response's clone with default values, without body |
+PASS Check Response's clone has the expected attribute values |
+PASS Check orginal response's body after cloning |
+PASS Check cloned response's body |
+PASS Cannot clone a disturbed response |
+PASS Cloned responses should provide the same data |
+PASS Cancelling stream should not affect cloned one |
+FAIL Check response clone use structureClone for teed ReadableStreams (Int8Arraychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+FAIL Check response clone use structureClone for teed ReadableStreams (Int16Arraychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+FAIL Check response clone use structureClone for teed ReadableStreams (Int32Arraychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+FAIL Check response clone use structureClone for teed ReadableStreams (ArrayBufferchunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+FAIL Check response clone use structureClone for teed ReadableStreams (Uint8Arraychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+FAIL Check response clone use structureClone for teed ReadableStreams (Uint8ClampedArraychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+FAIL Check response clone use structureClone for teed ReadableStreams (Uint16Arraychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+FAIL Check response clone use structureClone for teed ReadableStreams (Uint32Arraychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+FAIL Check response clone use structureClone for teed ReadableStreams (Float32Arraychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+FAIL Check response clone use structureClone for teed ReadableStreams (Float64Arraychunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+FAIL Check response clone use structureClone for teed ReadableStreams (DataViewchunk) assert_true: Buffer of cloned response stream is a clone of the original buffer expected true got false |
+Harness: the test ran to completion. |
+ |