mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision 3bfdeb8976fc51748935c8d1f1014dfba8e08dfb
This commit is contained in:
parent
fcd6beb608
commit
cb63cfd5c7
185 changed files with 3083 additions and 1074 deletions
|
@ -1 +0,0 @@
|
|||
Feature-Policy: unoptimized-images 'none'
|
|
@ -1 +0,0 @@
|
|||
Feature-Policy: unoptimized-images 'none'
|
|
@ -13,7 +13,7 @@ var check_report_format = (reports, observer) => {
|
|||
let report = reports[0];
|
||||
assert_equals(report.type, "feature-policy-violation");
|
||||
assert_equals(report.url, document.location.href);
|
||||
assert_equals(report.body.featureId, "unoptimized-images");
|
||||
assert_equals(report.body.featureId, "unoptimized-lossy-images");
|
||||
assert_equals(report.body.disposition, "enforce");
|
||||
};
|
||||
|
|
@ -0,0 +1 @@
|
|||
Feature-Policy: unoptimized-lossy-images 'none'
|
|
@ -11,7 +11,7 @@ var check_report_format = (reports, observer) => {
|
|||
let report = reports[0];
|
||||
assert_equals(report.type, "feature-policy-violation");
|
||||
assert_equals(report.url, document.location.href);
|
||||
assert_equals(report.body.featureId, "unoptimized-images");
|
||||
assert_equals(report.body.featureId, "unoptimized-lossy-images");
|
||||
assert_equals(report.body.disposition, "enforce");
|
||||
};
|
||||
|
|
@ -0,0 +1 @@
|
|||
Feature-Policy: unoptimized-lossy-images 'none'
|
Loading…
Add table
Add a link
Reference in a new issue