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