Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/basic/scheme-about-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/basic/scheme-about-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/basic/scheme-about-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d2152d55266c5cd584252d9a795a8b182af243fa |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/basic/scheme-about-expected.txt |
@@ -0,0 +1,9 @@ |
+This is a testharness.js-based test. |
+FAIL Fetching about:blank (GET) is OK promise_test: Unhandled rejection with value: object "TypeError: Failed to fetch" |
+FAIL Fetching about:blank (PUT) is OK promise_test: Unhandled rejection with value: object "TypeError: Failed to fetch" |
+FAIL Fetching about:blank (POST) is OK promise_test: Unhandled rejection with value: object "TypeError: Failed to fetch" |
+PASS Fetching about:invalid.com is KO |
+PASS Fetching about:config is KO |
+PASS Fetching about:unicorn is KO |
+Harness: the test ran to completion. |
+ |