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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/linux/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/platform/win/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt b/third_party/WebKit/LayoutTests/platform/win/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..dc50c0a9e35f99b565a6e1ef7fb77ed30c8e287d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/win/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.
+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"
+PASS A Keep-Alive fetch() with a body over the Quota Limit should reject.
+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"
+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"
+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.
+
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/linux/external/wpt/fetch/api/request/request-keepalive-quota-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698