Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassFeature-Policy allow="payment" allows same-origin navigation in an iframe.
Asserts run
Pass
assert_true(true, "PaymentRequest()")
    at expect_feature_available_default ( /feature-policy/resources/featurepolicy.js:57:3)
PassFeature-Policy allow="payment" disallows cross-origin navigation in an iframe.
Asserts run
Pass
assert_false(false, "PaymentRequest()")
    at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3)