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

Side by Side 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, 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 FAIL Request's body: initial state assert_equals: body's default value is null e xpected (object) null but got (undefined) undefined
3 PASS Request without body cannot be disturbed
4 PASS Check cloning a disturbed request
5 PASS Check creating a new request from a disturbed request
6 FAIL Input request used for creating new request became disturbed assert_not_equ als: body should not be undefined got disallowed value undefined
7 FAIL Input request used for creating new request became disturbed even if body i s not used assert_not_equals: body should not be undefined got disallowed value undefined
8 PASS Check consuming a disturbed request
9 PASS Request construction failure should not set "bodyUsed"
10 Harness: the test ran to completion.
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698