Update web-platform-tests to revision 60220357131c65146444da1f54624d5b54d0975d

This commit is contained in:
WPT Sync Bot 2018-07-18 15:43:58 +00:00 committed by Tom Servo
parent c45192614c
commit 775b784f79
2144 changed files with 58115 additions and 29658 deletions

View file

@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>HTTP Cache - Invalidation</title>
<meta name="help" href="https://fetch.spec.whatwg.org/#request">
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/utils.js"></script>
@ -20,7 +21,7 @@
template: "fresh"
}, {
request_method: "POST",
request_body: "abc",
request_body: "abc"
}, {
expected_type: "not_cached"
}
@ -48,7 +49,7 @@
}, {
template: "fresh",
request_method: "PUT",
request_body: "abc",
request_body: "abc"
}, {
expected_type: "not_cached"
}
@ -61,7 +62,7 @@
template: "fresh"
}, {
request_method: "DELETE",
request_body: "abc",
request_body: "abc"
}, {
expected_type: "not_cached"
}
@ -74,7 +75,7 @@
template: "fresh"
}, {
request_method: "FOO",
request_body: "abc",
request_body: "abc"
}, {
expected_type: "not_cached"
}
@ -121,7 +122,7 @@
}, {
template: "lcl_response",
request_method: "PUT",
request_body: "abc",
request_body: "abc"
}, {
template: "location",
expected_type: "not_cached"
@ -136,7 +137,7 @@
}, {
template: "lcl_response",
request_method: "DELETE",
request_body: "abc",
request_body: "abc"
}, {
template: "location",
expected_type: "not_cached"
@ -151,7 +152,7 @@
}, {
template: "lcl_response",
request_method: "FOO",
request_body: "abc",
request_body: "abc"
}, {
template: "location",
expected_type: "not_cached"
@ -200,7 +201,7 @@
}, {
template: "lcl_response",
request_method: "PUT",
request_body: "abc",
request_body: "abc"
}, {
template: "content_location",
expected_type: "not_cached"
@ -215,7 +216,7 @@
}, {
template: "lcl_response",
request_method: "DELETE",
request_body: "abc",
request_body: "abc"
}, {
template: "content_location",
expected_type: "not_cached"
@ -230,7 +231,7 @@
}, {
template: "lcl_response",
request_method: "FOO",
request_body: "abc",
request_body: "abc"
}, {
template: "content_location",
expected_type: "not_cached"