mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Implement the Fetch method
This commit is contained in:
parent
a03a5e814a
commit
3216009731
213 changed files with 1208 additions and 1719 deletions
|
@ -12,6 +12,9 @@
|
|||
[Read text response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
[Read array buffer response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
[Read form data response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -21,6 +24,3 @@
|
|||
[Getting a redirect Response stream]
|
||||
expected: FAIL
|
||||
|
||||
[Read array buffer response's body as readableStream]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
[response-stream-disturbed-5.html]
|
||||
type: testharness
|
||||
[Getting a body reader after consuming as blob]
|
||||
expected: FAIL
|
||||
|
||||
[Getting a body reader after consuming as text]
|
||||
expected: FAIL
|
||||
|
||||
[Getting a body reader after consuming as json]
|
||||
expected: FAIL
|
||||
|
||||
[Getting a body reader after consuming as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue