Pass | Feature-Policy header clipboard-write "none" disallows the top-level document. | Asserts runNo asserts ran |
Pass | Feature-Policy header clipboard-write "none" disallows same-origin iframes. | Asserts runPass | assert_false(false, "navigator.clipboard.writeText(\"test text\")")
at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3) |
|
Pass | Feature-Policy header clipboard-write "none" disallows cross-origin iframes. | Asserts runPass | assert_false(false, "navigator.clipboard.writeText(\"test text\")")
at expect_feature_unavailable_default ( /feature-policy/resources/featurepolicy.js:61:3) |
|