Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e

This commit is contained in:
Ms2ger 2016-12-28 09:51:21 +01:00
parent 81ca858678
commit d6ba94ca28
2339 changed files with 89274 additions and 9328 deletions

View file

@ -81,3 +81,6 @@
[Consume response's body: from fetch to arrayBuffer]
expected: FAIL
[Consume response's body: from multipart form data blob to formData]
expected: FAIL

View file

@ -1,3 +1,26 @@
[response-idl.html]
type: testharness
expected: ERROR
[Response interface: attribute body]
expected: FAIL
[Response interface: operation arrayBuffer()]
expected: FAIL
[Response interface: operation blob()]
expected: FAIL
[Response interface: operation formData()]
expected: FAIL
[Response interface: operation json()]
expected: FAIL
[Response interface: operation text()]
expected: FAIL
[Response interface: new Response() must inherit property "body" with the proper type (8)]
expected: FAIL
[Response interface: new Response() must inherit property "arrayBuffer" with the proper type (11)]
expected: FAIL