Migrating Feature Policy tests to Permissions Policy

Hi DAS Members,

The Feature Policy specification was renamed to Permissions Policy a couple of years ago. As a reminder of what changed as part of that: 
The Feature-Policy HTTP header is now Permissions-Policy.
The featurePolicy JavaScript API has been renamed accordingly.
Unfortunately, a significant number of tests in Web Platform Tests didn’t get updated when that transition happened. In an effort to make sure WPT is up to date with the latest Permissions Policy spec, I’ve prepared pull requests for each of the affected DAS specs:

Migrate ambient-light header files from Feature-Policy to Permissions-Policy #58318 <https://github.com/web-platform-tests/wpt/pull/58318>
Migrate orientation-sensor header files from Feature-Policy to Permissions-Policy #58321 <https://github.com/web-platform-tests/wpt/pull/58321>
Migrate geolocation-sensor tests from Feature-Policy to Permissions-Policy #58322 <https://github.com/web-platform-tests/wpt/pull/58322>
Migrate gyroscope tests from Feature-Policy to Permissions-Policy #58323 <https://github.com/web-platform-tests/wpt/pull/58323>
 <https://github.com/web-platform-tests/wpt/pull/58324>Migrate magnetometer tests from Feature-Policy to Permissions-Policy #58324 <https://github.com/web-platform-tests/wpt/pull/58324>
Migrate accelerometer tests from Feature-Policy to Permissions-Policy #58326 <https://github.com/web-platform-tests/wpt/pull/58326>

Could all DAS members please take a moment to review the PRs and help get them merged?

Thank you for your help in advance!
Marcos 

Received on Monday, 9 March 2026 23:10:40 UTC