| Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-idl-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-idl-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-idl-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ed19e7fb99efb741cfa62407b2b5078471375091
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/response/response-idl-expected.txt
|
| @@ -0,0 +1,45 @@
|
| +This is a testharness.js-based test.
|
| +PASS Response interface: existence and properties of interface object
|
| +PASS Response interface object length
|
| +PASS Response interface object name
|
| +FAIL Response interface: existence and properties of interface prototype object assert_equals: class string of Response.prototype expected "[object ResponsePrototype]" but got "[object Response]"
|
| +PASS Response interface: existence and properties of interface prototype object's "constructor" property
|
| +PASS Response interface: operation error()
|
| +PASS Response interface: operation redirect(USVString,unsigned short)
|
| +PASS Response interface: attribute type
|
| +PASS Response interface: attribute url
|
| +PASS Response interface: attribute status
|
| +PASS Response interface: attribute ok
|
| +PASS Response interface: attribute statusText
|
| +PASS Response interface: attribute headers
|
| +FAIL Response interface: attribute trailer assert_true: The prototype object must have a property "trailer" expected true got false
|
| +PASS Response interface: operation clone()
|
| +PASS Response interface: attribute body
|
| +PASS Response interface: attribute bodyUsed
|
| +PASS Response interface: operation arrayBuffer()
|
| +PASS Response interface: operation blob()
|
| +FAIL Response interface: operation formData() assert_own_property: interface prototype object missing non-static operation expected property "formData" missing
|
| +PASS Response interface: operation json()
|
| +PASS Response interface: operation text()
|
| +PASS Response must be primary interface of new Response()
|
| +PASS Stringification of new Response()
|
| +PASS Response interface: new Response() must inherit property "error" with the proper type (0)
|
| +PASS Response interface: new Response() must inherit property "redirect" with the proper type (1)
|
| +PASS Response interface: calling redirect(USVString,unsigned short) on new Response() with too few arguments must throw TypeError
|
| +PASS Response interface: new Response() must inherit property "type" with the proper type (2)
|
| +PASS Response interface: new Response() must inherit property "url" with the proper type (3)
|
| +PASS Response interface: new Response() must inherit property "status" with the proper type (4)
|
| +PASS Response interface: new Response() must inherit property "ok" with the proper type (5)
|
| +PASS Response interface: new Response() must inherit property "statusText" with the proper type (6)
|
| +PASS Response interface: new Response() must inherit property "headers" with the proper type (7)
|
| +FAIL Response interface: new Response() must inherit property "trailer" with the proper type (8) assert_inherits: property "trailer" not found in prototype chain
|
| +PASS Response interface: new Response() must inherit property "clone" with the proper type (9)
|
| +PASS Response interface: new Response() must inherit property "body" with the proper type (10)
|
| +PASS Response interface: new Response() must inherit property "bodyUsed" with the proper type (11)
|
| +PASS Response interface: new Response() must inherit property "arrayBuffer" with the proper type (12)
|
| +PASS Response interface: new Response() must inherit property "blob" with the proper type (13)
|
| +FAIL Response interface: new Response() must inherit property "formData" with the proper type (14) assert_inherits: property "formData" not found in prototype chain
|
| +PASS Response interface: new Response() must inherit property "json" with the proper type (15)
|
| +PASS Response interface: new Response() must inherit property "text" with the proper type (16)
|
| +Harness: the test ran to completion.
|
| +
|
|
|