Update web-platform-tests to revision 72be34c4c6d45039320e271325cad0c99615d0c4

This commit is contained in:
WPT Sync Bot 2020-03-13 08:20:28 +00:00
parent 6ab923c8e8
commit 168aa56f18
503 changed files with 18722 additions and 435 deletions

View file

@ -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 + "()'";