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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-disturbed-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
Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-disturbed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-disturbed-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-disturbed-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e708d5cb6b6f56642541014f5fd00d9af30f3394
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-disturbed-expected.txt
@@ -0,0 +1,11 @@
+This is a testharness.js-based test.
+FAIL Request's body: initial state assert_equals: body's default value is null expected (object) null but got (undefined) undefined
+PASS Request without body cannot be disturbed
+PASS Check cloning a disturbed request
+PASS Check creating a new request from a disturbed request
+FAIL Input request used for creating new request became disturbed assert_not_equals: body should not be undefined got disallowed value undefined
+FAIL Input request used for creating new request became disturbed even if body is not used assert_not_equals: body should not be undefined got disallowed value undefined
+PASS Check consuming a disturbed request
+PASS Request construction failure should not set "bodyUsed"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698