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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
index 90faacae561c7d9f6dd4d9560edccfb441736714..10e26caba83ff9413b100206c3e898f9f2199b0c 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/fetch/api/request/request-idl-expected.txt
@@ -13,7 +13,7 @@ PASS Request interface: attribute referrer
PASS Request interface: attribute referrerPolicy
PASS Request interface: attribute mode
PASS Request interface: attribute credentials
-FAIL Request interface: attribute cache assert_true: The prototype object must have a property "cache" expected true got false
+PASS Request interface: attribute cache
PASS Request interface: attribute redirect
PASS Request interface: attribute integrity
PASS Request interface: operation clone()
@@ -35,7 +35,7 @@ PASS Request interface: new Request("") must inherit property "referrer" with th
PASS Request interface: new Request("") must inherit property "referrerPolicy" with the proper type (6)
PASS Request interface: new Request("") must inherit property "mode" with the proper type (7)
PASS Request interface: new Request("") must inherit property "credentials" with the proper type (8)
-FAIL Request interface: new Request("") must inherit property "cache" with the proper type (9) assert_inherits: property "cache" not found in prototype chain
+PASS Request interface: new Request("") must inherit property "cache" with the proper type (9)
PASS Request interface: new Request("") must inherit property "redirect" with the proper type (10)
PASS Request interface: new Request("") must inherit property "integrity" with the proper type (11)
PASS Request interface: new Request("") must inherit property "clone" with the proper type (12)

Powered by Google App Engine
This is Rietveld 408576698