mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update web-platform-tests to revision 4adce83d1f2b08fa2e92427c4687d0cf535aee53
This commit is contained in:
parent
d3763452b5
commit
3e4ec1724a
102 changed files with 3019 additions and 1309 deletions
|
@ -1,7 +1,13 @@
|
|||
["<link>", "@import"].forEach(linkType => {
|
||||
[
|
||||
["same-origin", "resources/css.py"],
|
||||
["cross-origin", get_host_info().HTTP_REMOTE_ORIGIN + "/html/semantics/document-metadata/the-link-element/resources/css.py"]
|
||||
|
||||
// TODO(lukasza@chromium.org): Once https://crbug.com/888079 and
|
||||
// https://crbug.com/891872 are fixed, we should use a cross-*origin* rather
|
||||
// than cross-*site* URL below (e.g. s/ HTTP_NOTSAMESITE_ORIGIN /
|
||||
// HTTP_REMOTE_ORIGIN /g). See also https://crbug.com/918660 for more
|
||||
// context.
|
||||
["cross-origin", get_host_info().HTTP_NOTSAMESITE_ORIGIN + "/html/semantics/document-metadata/the-link-element/resources/css.py"]
|
||||
].forEach(originType => {
|
||||
["no Content-Type", "wrong Content-Type", "broken Content-Type"].forEach(contentType => {
|
||||
["no nosniff", "nosniff"].forEach(nosniff => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue