Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt

Issue 2778753002: Import //fetch from Web Platform Tests. (Closed)
Patch Set: Baselines. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
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 resolu tion.
6 PASS A Keep-Alive fetch() should return only it's allocated Quota upon promise r esolution.
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 Harness: the test ran to completion.
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698