Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-structure-expected.txt

Issue 2778753002: Import //fetch from Web Platform Tests. (Closed)
Patch Set: Baselines. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
+

Powered by Google App Engine
This is Rietveld 408576698