blob: 4370d6b062f82d3e2721da74457aa193a1c60602 [file] [log] [blame]
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.