This is a page with following headers:
Feature-Policy: geolocation 'none', fullscreen 'none'
Permissions-Policy: geolocation=self, payment=()

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassWhen there is conflict in Feature Policy header and Permissions Policyheader, Permissions Policy wins.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /feature-policy/permissions-policy-feature-policy-coexist.https.html:15:5)
PassWhen there is no conflict, Feature Policy and Permissions Policy should all be able to control each feature by themselves.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /feature-policy/permissions-policy-feature-policy-coexist.https.html:20:5)
Pass
assert_false(false)
    at Test.<anonymous> ( /feature-policy/permissions-policy-feature-policy-coexist.https.html:21:5)