Update web-platform-tests to revision 90e1ee27eede63cf117f19c1e55553cc1881aef0

This commit is contained in:
WPT Sync Bot 2019-09-27 10:23:59 +00:00
parent 5fd4467cb3
commit 3f940e3f4c
89 changed files with 11097 additions and 382 deletions

View file

@ -1,13 +1,7 @@
["<link>", "@import"].forEach(linkType => {
[
["same-origin", "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"]
["cross-origin", get_host_info().HTTP_REMOTE_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 => {