Index: third_party/WebKit/LayoutTests/platform/win/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt b/third_party/WebKit/LayoutTests/platform/win/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dc50c0a9e35f99b565a6e1ef7fb77ed30c8e287d |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/platform/win/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt |
@@ -0,0 +1,9 @@ |
+This is a testharness.js-based test. |
+PASS A Keep-Alive fetch() with a small body should succeed. |
+FAIL A Keep-Alive fetch() with a body at the Quota Limit should succeed. promise_test: Unhandled rejection with value: object "TypeError: Failed to fetch" |
+PASS A Keep-Alive fetch() with a body over the Quota Limit should reject. |
+FAIL A Keep-Alive fetch() should return it's allocated Quota upon promise resolution. promise_test: Unhandled rejection with value: object "TypeError: Failed to fetch" |
+FAIL A Keep-Alive fetch() should return only it's allocated Quota upon promise resolution. promise_test: Unhandled rejection with value: object "TypeError: Failed to fetch" |
+FAIL A Keep-Alive fetch() should not be allowed if the Quota is used up. assert_unreached: Should have rejected: undefined Reached unreachable code |
+Harness: the test ran to completion. |
+ |