Index: third_party/WebKit/LayoutTests/platform/linux/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4a53f8204bbc995265dbdc3af2b52ad62783870c |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/platform/linux/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. |
+PASS A Keep-Alive fetch() with a body at the Quota Limit should succeed. |
+FAIL A Keep-Alive fetch() with a body over the Quota Limit should reject. assert_unreached: Should have rejected: undefined Reached unreachable code |
+PASS A Keep-Alive fetch() should return it's allocated Quota upon promise resolution. |
+PASS A Keep-Alive fetch() should return only it's allocated Quota upon promise resolution. |
+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. |
+ |