11This is a testharness.js-based test.
22PASS A Keep-Alive fetch() with a small body should succeed.
3PASS A Keep-Alive fetch() with a body at the Quota Limit should succeed.
4FAIL A Keep-Alive fetch() with a body over the Quota Limit should reject. assert_unreached: Should have rejected: undefined Reached unreachable code
5PASS A Keep-Alive fetch() should return it's allocated Quota upon promise resolution.
6PASS A Keep-Alive fetch() should return only it's allocated Quota upon promise resolution.
3FAIL A Keep-Alive fetch() with a body at the Quota Limit should succeed. promise_test: Unhandled rejection with value: object "TypeError: Failed to fetch"
4PASS A Keep-Alive fetch() with a body over the Quota Limit should reject.
5FAIL A Keep-Alive fetch() should return it's allocated Quota upon promise resolution. promise_test: Unhandled rejection with value: object "TypeError: Failed to fetch"
6FAIL 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"
77FAIL A Keep-Alive fetch() should not be allowed if the Quota is used up. assert_unreached: Should have rejected: undefined Reached unreachable code
88Harness: the test ran to completion.
99