mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision be959408023fe02cf79abe70f6018598a7004a88
This commit is contained in:
parent
a76777b115
commit
761c8bc2a9
171 changed files with 2434 additions and 907 deletions
|
@ -17,6 +17,10 @@ const cross_origin_src =
|
|||
"https://{{domains[www]}}:{{ports[https][0]}}" + same_origin_src;
|
||||
const base_src = "/feature-policy/resources/redirect-on-load.html#";
|
||||
|
||||
function get_feature_policies_for_sensor(sensorType) {
|
||||
return feature_policies[sensorType];
|
||||
}
|
||||
|
||||
function run_fp_tests_disabled(sensorName) {
|
||||
const sensorType = self[sensorName];
|
||||
const featureNameList = feature_policies[sensorName];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue