mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Update web-platform-tests to revision e8bfc205e36ad699601212cd50083870bad9a75d
This commit is contained in:
parent
65dd6d4340
commit
ccdb0a3458
1428 changed files with 118036 additions and 9786 deletions
|
@ -0,0 +1,5 @@
|
|||
[url-parsing.html]
|
||||
type: testharness
|
||||
[should parse the redirect Location URL relative to the current settings object]
|
||||
expected: FAIL
|
||||
|
|
@ -12,3 +12,36 @@
|
|||
[Cancelling stream should not affect cloned one]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (Int8Arraychunk)]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (Int16Arraychunk)]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (Int32Arraychunk)]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (ArrayBufferchunk)]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (Uint8Arraychunk)]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (Uint8ClampedArraychunk)]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (Uint16Arraychunk)]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (Uint32Arraychunk)]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (Float32Arraychunk)]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (Float64Arraychunk)]
|
||||
expected: FAIL
|
||||
|
||||
[Check response clone use structureClone for teed ReadableStreams (DataViewchunk)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -28,3 +28,12 @@
|
|||
[Consume empty text response body as text]
|
||||
expected: NOTRUN
|
||||
|
||||
[Consume empty URLSearchParams response body as text]
|
||||
expected: NOTRUN
|
||||
|
||||
[Consume empty FormData response body as text]
|
||||
expected: NOTRUN
|
||||
|
||||
[Consume empty ArrayBuffer response body as text]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -24,3 +24,6 @@
|
|||
[Getting a redirect Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Read URLSearchParams response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -24,3 +24,60 @@
|
|||
[Consume fetched response's body as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from text to arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from text with correct multipart type to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from blob to arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from blob with correct multipart type to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from FormData to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from FormData to blob]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from FormData to text]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from FormData to arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from URLSearchParams to arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from stream to blob]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from stream to text]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from stream to arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from stream to json]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from stream with correct multipart type to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from stream without correct multipart type to formData (error case)]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from stream with correct urlencoded type to formData]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from stream without correct urlencoded type to formData (error case)]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from fetch to blob]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body: from fetch to arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue