| Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
|
| index 1bb4b4afa88ae74a9840ea93e1fbc085c66d0d59..6b2ea97ec5e4510d1fb65883c61af8f9d998ba2a 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
|
| @@ -21,7 +21,7 @@ FAIL Request interface: attribute body assert_true: The prototype object must ha
|
| PASS Request interface: attribute bodyUsed
|
| PASS Request interface: operation arrayBuffer()
|
| PASS Request interface: operation blob()
|
| -FAIL Request interface: operation formData() assert_own_property: interface prototype object missing non-static operation expected property "formData" missing
|
| +PASS Request interface: operation formData()
|
| PASS Request interface: operation json()
|
| PASS Request interface: operation text()
|
| PASS Request interface: new Request("") must inherit property "method" with the proper type (0)
|
| @@ -41,7 +41,7 @@ FAIL Request interface: new Request("") must inherit property "body" with the pr
|
| PASS Request interface: new Request("") must inherit property "bodyUsed" with the proper type (14)
|
| PASS Request interface: new Request("") must inherit property "arrayBuffer" with the proper type (15)
|
| PASS Request interface: new Request("") must inherit property "blob" with the proper type (16)
|
| -FAIL Request interface: new Request("") must inherit property "formData" with the proper type (17) assert_inherits: property "formData" not found in prototype chain
|
| +PASS Request interface: new Request("") must inherit property "formData" with the proper type (17)
|
| PASS Request interface: new Request("") must inherit property "json" with the proper type (18)
|
| PASS Request interface: new Request("") must inherit property "text" with the proper type (19)
|
| Harness: the test ran to completion.
|
|
|