mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 7a767a52741f628430ffbbed46e7f3df68ba3534
Fixes #15648.
This commit is contained in:
parent
a1e4c547f0
commit
4fadf9b0b6
1184 changed files with 22551 additions and 9856 deletions
|
@ -14,7 +14,7 @@
|
|||
<script>
|
||||
var tests = [
|
||||
{
|
||||
name: 'RequestCache "default" mode with an If-Modified-Since header is treated similarly to "no-store"',
|
||||
name: 'RequestCache "default" mode with an If-Modified-Since header (following a request without additional headers) is treated similarly to "no-store"',
|
||||
state: "stale",
|
||||
request_cache: ["default", "default"],
|
||||
request_headers: [{}, {"If-Modified-Since": now.toGMTString()}],
|
||||
|
@ -22,7 +22,7 @@
|
|||
expected_no_cache_headers: [false, true],
|
||||
},
|
||||
{
|
||||
name: 'RequestCache "default" mode with an If-Modified-Since header is treated similarly to "no-store"',
|
||||
name: 'RequestCache "default" mode with an If-Modified-Since header (following a request without additional headers) is treated similarly to "no-store"',
|
||||
state: "fresh",
|
||||
request_cache: ["default", "default"],
|
||||
request_headers: [{}, {"If-Modified-Since": now.toGMTString()}],
|
||||
|
@ -46,7 +46,7 @@
|
|||
expected_no_cache_headers: [true, false],
|
||||
},
|
||||
{
|
||||
name: 'RequestCache "default" mode with an If-None-Match header is treated similarly to "no-store"',
|
||||
name: 'RequestCache "default" mode with an If-None-Match header (following a request without additional headers) is treated similarly to "no-store"',
|
||||
state: "stale",
|
||||
request_cache: ["default", "default"],
|
||||
request_headers: [{}, {"If-None-Match": '"foo"'}],
|
||||
|
@ -54,7 +54,7 @@
|
|||
expected_no_cache_headers: [false, true],
|
||||
},
|
||||
{
|
||||
name: 'RequestCache "default" mode with an If-None-Match header is treated similarly to "no-store"',
|
||||
name: 'RequestCache "default" mode with an If-None-Match header (following a request without additional headers) is treated similarly to "no-store"',
|
||||
state: "fresh",
|
||||
request_cache: ["default", "default"],
|
||||
request_headers: [{}, {"If-None-Match": '"foo"'}],
|
||||
|
@ -78,7 +78,7 @@
|
|||
expected_no_cache_headers: [true, false],
|
||||
},
|
||||
{
|
||||
name: 'RequestCache "default" mode with an If-Unmodified-Since header is treated similarly to "no-store"',
|
||||
name: 'RequestCache "default" mode with an If-Unmodified-Since header (following a request without additional headers) is treated similarly to "no-store"',
|
||||
state: "stale",
|
||||
request_cache: ["default", "default"],
|
||||
request_headers: [{}, {"If-Unmodified-Since": now.toGMTString()}],
|
||||
|
@ -86,7 +86,7 @@
|
|||
expected_no_cache_headers: [false, true],
|
||||
},
|
||||
{
|
||||
name: 'RequestCache "default" mode with an If-Unmodified-Since header is treated similarly to "no-store"',
|
||||
name: 'RequestCache "default" mode with an If-Unmodified-Since header (following a request without additional headers) is treated similarly to "no-store"',
|
||||
state: "fresh",
|
||||
request_cache: ["default", "default"],
|
||||
request_headers: [{}, {"If-Unmodified-Since": now.toGMTString()}],
|
||||
|
@ -110,7 +110,7 @@
|
|||
expected_no_cache_headers: [true, false],
|
||||
},
|
||||
{
|
||||
name: 'RequestCache "default" mode with an If-Match header is treated similarly to "no-store"',
|
||||
name: 'RequestCache "default" mode with an If-Match header (following a request without additional headers) is treated similarly to "no-store"',
|
||||
state: "stale",
|
||||
request_cache: ["default", "default"],
|
||||
request_headers: [{}, {"If-Match": '"foo"'}],
|
||||
|
@ -118,7 +118,7 @@
|
|||
expected_no_cache_headers: [false, true],
|
||||
},
|
||||
{
|
||||
name: 'RequestCache "default" mode with an If-Match header is treated similarly to "no-store"',
|
||||
name: 'RequestCache "default" mode with an If-Match header (following a request without additional headers) is treated similarly to "no-store"',
|
||||
state: "fresh",
|
||||
request_cache: ["default", "default"],
|
||||
request_headers: [{}, {"If-Match": '"foo"'}],
|
||||
|
@ -142,7 +142,7 @@
|
|||
expected_no_cache_headers: [true, false],
|
||||
},
|
||||
{
|
||||
name: 'RequestCache "default" mode with an If-Range header is treated similarly to "no-store"',
|
||||
name: 'RequestCache "default" mode with an If-Range header (following a request without additional headers) is treated similarly to "no-store"',
|
||||
state: "stale",
|
||||
request_cache: ["default", "default"],
|
||||
request_headers: [{}, {"If-Range": '"foo"'}],
|
||||
|
@ -150,7 +150,7 @@
|
|||
expected_no_cache_headers: [false, true],
|
||||
},
|
||||
{
|
||||
name: 'RequestCache "default" mode with an If-Range header is treated similarly to "no-store"',
|
||||
name: 'RequestCache "default" mode with an If-Range header (following a request without additional headers) is treated similarly to "no-store"',
|
||||
state: "fresh",
|
||||
request_cache: ["default", "default"],
|
||||
request_headers: [{}, {"If-Range": '"foo"'}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue