Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-001.sub-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-001.sub-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-001.sub-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..445eebe2f1777b1c6615adbedb4bc040013125a0 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-init-001.sub-expected.txt |
@@ -0,0 +1,38 @@ |
+This is a testharness.js-based test. |
+PASS Check method init value of GET and associated getter |
+PASS Check method init value of HEAD and associated getter |
+PASS Check method init value of POST and associated getter |
+PASS Check method init value of PUT and associated getter |
+PASS Check method init value of DELETE and associated getter |
+PASS Check method init value of OPTIONS and associated getter |
+PASS Check method init value of head and associated getter |
+PASS Check referrer init value of /relative/ressource and associated getter |
+PASS Check referrer init value of http://web-platform.test:8001/relative/ressource?query=true#fragment and associated getter |
+PASS Check referrer init value of http://web-platform.test:8001/ and associated getter |
+FAIL Check referrer init value of http://test.url and associated getter Failed to construct 'Request': The origin of 'http://test.url' should be same as 'http://web-platform.test:8001' |
+PASS Check referrer init value of about:client and associated getter |
+PASS Check referrer init value of and associated getter |
+PASS Check referrerPolicy init value of and associated getter |
+PASS Check referrerPolicy init value of no-referrer and associated getter |
+PASS Check referrerPolicy init value of no-referrer-when-downgrade and associated getter |
+PASS Check referrerPolicy init value of origin and associated getter |
+PASS Check referrerPolicy init value of origin-when-cross-origin and associated getter |
+PASS Check referrerPolicy init value of unsafe-url and associated getter |
+FAIL Check referrerPolicy init value of same-origin and associated getter Failed to construct 'Request': Invalid referrer policy |
+FAIL Check referrerPolicy init value of strict-origin and associated getter Failed to construct 'Request': Invalid referrer policy |
+FAIL Check referrerPolicy init value of strict-origin-when-cross-origin and associated getter Failed to construct 'Request': Invalid referrer policy |
+PASS Check mode init value of same-origin and associated getter |
+PASS Check mode init value of no-cors and associated getter |
+PASS Check mode init value of cors and associated getter |
+FAIL Check mode init value of navigate and associated getter Failed to construct 'Request': Cannot construct a Request with a RequestInit whose mode member is set as 'navigate'. |
+PASS Check credentials init value of omit and associated getter |
+PASS Check credentials init value of same-origin and associated getter |
+PASS Check credentials init value of include and associated getter |
+PASS Check redirect init value of follow and associated getter |
+PASS Check redirect init value of error and associated getter |
+PASS Check redirect init value of manual and associated getter |
+PASS Check integrity init value of and associated getter |
+PASS Check integrity init value of AZERTYUIOP1234567890 and associated getter |
+PASS Check window init value of null and associated getter |
+Harness: the test ran to completion. |
+ |