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