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

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

Issue 2811623002: Fetch API: Add Request#cache attribute (Closed)
Patch Set: address comments 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Request has clone method 2 PASS Request has clone method
3 PASS Request has arrayBuffer method 3 PASS Request has arrayBuffer method
4 PASS Request has blob method 4 PASS Request has blob method
5 FAIL Request has formData method assert_true: request has formData method expect ed true got false 5 FAIL Request has formData method assert_true: request has formData method expect ed true got false
6 PASS Request has json method 6 PASS Request has json method
7 PASS Request has text method 7 PASS Request has text method
8 PASS Check method attribute 8 PASS Check method attribute
9 PASS Check url attribute 9 PASS Check url attribute
10 PASS Check headers attribute 10 PASS Check headers attribute
11 FAIL Check type attribute assert_true: request has type attribute expected true got false 11 FAIL Check type attribute assert_true: request has type attribute expected true got false
12 FAIL Check destination attribute assert_true: request has destination attribute expected true got false 12 FAIL Check destination attribute assert_true: request has destination attribute expected true got false
13 PASS Check referrer attribute 13 PASS Check referrer attribute
14 PASS Check referrerPolicy attribute 14 PASS Check referrerPolicy attribute
15 PASS Check mode attribute 15 PASS Check mode attribute
16 PASS Check credentials attribute 16 PASS Check credentials attribute
17 FAIL Check cache attribute assert_true: request has cache attribute expected tru e got false 17 PASS Check cache attribute
18 PASS Check redirect attribute 18 PASS Check redirect attribute
19 PASS Check integrity attribute 19 PASS Check integrity attribute
20 PASS Check bodyUsed attribute 20 PASS Check bodyUsed attribute
21 Harness: the test ran to completion. 21 Harness: the test ran to completion.
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698