mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 0a28ecf697d96db228f8382db0e41f1c54314dad
This commit is contained in:
parent
1ff56aa84f
commit
52045cb370
106 changed files with 1208 additions and 778 deletions
|
@ -21,9 +21,9 @@
|
|||
let id = token();
|
||||
let url_prefix = location.protocol + "//www1." + location.hostname + ":" + location.port;
|
||||
let css_url = url_prefix +
|
||||
"/referrer-policy/generic/subresource/stylesheet.py?id=" + id +
|
||||
"/common/security-features/subresource/stylesheet.py?id=" + id +
|
||||
"&import-rule" + "&referrer-policy=no-referrer";
|
||||
let check_url = url_prefix + "/referrer-policy/generic/subresource/stylesheet.py" +
|
||||
let check_url = url_prefix + "/common/security-features/subresource/stylesheet.py" +
|
||||
"?id=" + id + "&report-headers";
|
||||
|
||||
return new Promise(resolve => {
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
promise_test(function(css_test) {
|
||||
let id = token();
|
||||
let url_prefix = location.protocol + "//www1." + location.hostname + ":" + location.port;
|
||||
let css_url = url_prefix + "/referrer-policy/generic/subresource/stylesheet.py?id=" + id + "&import-rule";
|
||||
let check_url = url_prefix + "/referrer-policy/generic/subresource/stylesheet.py" +
|
||||
let css_url = url_prefix + "/common/security-features/subresource/stylesheet.py?id=" + id + "&import-rule";
|
||||
let check_url = url_prefix + "/common/security-features/subresource/stylesheet.py" +
|
||||
"?id=" + id + "&report-headers";
|
||||
|
||||
let style = document.createElement("style");
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
let id = token();
|
||||
let url_prefix = location.protocol + "//www1." + location.hostname + ":" +
|
||||
location.port +
|
||||
"/referrer-policy/generic/subresource/stylesheet.py?id=" +
|
||||
"/common/security-features/subresource/stylesheet.py?id=" +
|
||||
id;
|
||||
let css_url = url_prefix + "&import-rule";
|
||||
let expected = url_prefix + "&import-rule";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue