mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 72be34c4c6d45039320e271325cad0c99615d0c4
This commit is contained in:
parent
6ab923c8e8
commit
168aa56f18
503 changed files with 18722 additions and 435 deletions
|
@ -54,7 +54,6 @@ function run_fp_tests_disabled(sensorName) {
|
|||
}
|
||||
|
||||
function run_fp_tests_enabled(sensorName) {
|
||||
const sensorType = self[sensorName];
|
||||
const featureNameList = feature_policies[sensorName];
|
||||
const header = "Feature-Policy header " + featureNameList.join(" *;") + " *";
|
||||
const desc = "'new " + sensorName + "()'";
|
||||
|
@ -85,7 +84,6 @@ function run_fp_tests_enabled(sensorName) {
|
|||
}
|
||||
|
||||
function run_fp_tests_enabled_by_attribute(sensorName) {
|
||||
const sensorType = self[sensorName];
|
||||
const featureNameList = feature_policies[sensorName];
|
||||
const header = "Feature-Policy allow='" + featureNameList.join(" ") + "' attribute";
|
||||
const desc = "'new " + sensorName + "()'";
|
||||
|
@ -114,7 +112,6 @@ function run_fp_tests_enabled_by_attribute(sensorName) {
|
|||
}
|
||||
|
||||
function run_fp_tests_enabled_by_attribute_redirect_on_load(sensorName) {
|
||||
const sensorType = self[sensorName];
|
||||
const featureNameList = feature_policies[sensorName];
|
||||
const header = "Feature-Policy allow='" + featureNameList.join(" ") + "' attribute";
|
||||
const desc = "'new " + sensorName + "()'";
|
||||
|
@ -143,7 +140,6 @@ function run_fp_tests_enabled_by_attribute_redirect_on_load(sensorName) {
|
|||
}
|
||||
|
||||
function run_fp_tests_enabled_on_self_origin(sensorName) {
|
||||
const sensorType = self[sensorName];
|
||||
const featureNameList = feature_policies[sensorName];
|
||||
const header = "Feature-Policy header " + featureNameList.join(" 'self';") + " 'self'";
|
||||
const desc = "'new " + sensorName + "()'";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue