mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 388ba3a049a3473b1945b9f8f81e9d6e342a249e
This commit is contained in:
parent
43e21dc845
commit
bdaf11b099
139 changed files with 3089 additions and 807 deletions
|
@ -8,7 +8,8 @@ const crossOriginURL = get_host_info().HTTP_REMOTE_ORIGIN + "/fetch/cross-origin
|
|||
"SAME-ORIGIN",
|
||||
"Same-Origin",
|
||||
"same-origin, <>",
|
||||
"same-origin, same-origin"
|
||||
"same-origin, same-origin",
|
||||
"https://www.example.com", // See https://github.com/whatwg/fetch/issues/760
|
||||
].forEach(incorrectHeaderValue => {
|
||||
// Note: an incorrect value results in a successful load, so this test is only meaningful in
|
||||
// implementations with support for the header.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue