mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
impl Body mixin for dom::Response and dom::Request
This commit is contained in:
committed by
Keith Yeung
parent
6a0c70a222
commit
a5e5cd0e9e
@@ -1,17 +1,8 @@
|
||||
[response-consume-empty.html]
|
||||
type: testharness
|
||||
[Consume response's body as text]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as blob]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as json]
|
||||
expected: FAIL
|
||||
|
||||
[Consume response's body as formData]
|
||||
expected: FAIL
|
||||
|
||||
@@ -21,9 +12,3 @@
|
||||
[Consume empty text response body as arrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Consume empty blob response body as text]
|
||||
expected: FAIL
|
||||
|
||||
[Consume empty text response body as text]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user