Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassFeature-Policy header {"payment" : []} disallows the top-level document.
Asserts run
Pass
assert_throws_dom("SecurityError", function "() => {       new PaymentRequest(supportedInstruments, details);     }")
    at Test.<anonymous> ( /feature-policy/payment-disabled-by-feature-policy.https.sub.html:18:5)
PassFeature-Policy header {"payment" : []} disallows same-origin iframes.
Asserts run
Pass
assert_false(false, "PaymentRequest()")
    at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3)
PassFeature-Policy header {"payment" : []} disallows cross-origin iframes.
Asserts run
Pass
assert_false(false, "PaymentRequest()")
    at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3)