Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-structure-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-structure-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-structure-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e60e907ef4f7128bb837af489cafe4be0d25a126 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-structure-expected.txt |
@@ -0,0 +1,22 @@ |
+This is a testharness.js-based test. |
+PASS Request has clone method |
+PASS Request has arrayBuffer method |
+PASS Request has blob method |
+FAIL Request has formData method assert_true: request has formData method expected true got false |
+PASS Request has json method |
+PASS Request has text method |
+PASS Check method attribute |
+PASS Check url attribute |
+PASS Check headers attribute |
+FAIL Check type attribute assert_true: request has type attribute expected true got false |
+FAIL Check destination attribute assert_true: request has destination attribute expected true got false |
+PASS Check referrer attribute |
+PASS Check referrerPolicy attribute |
+PASS Check mode attribute |
+PASS Check credentials attribute |
+FAIL Check cache attribute assert_true: request has cache attribute expected true got false |
+PASS Check redirect attribute |
+PASS Check integrity attribute |
+PASS Check bodyUsed attribute |
+Harness: the test ran to completion. |
+ |