Pass | Default "encrypted-media" feature policy ["self"] allows the top-level document. | Asserts runNo asserts ran |
Pass | Default "encrypted-media" feature policy ["self"] allows same-origin iframes. | Asserts runPass | assert_equals("#OK", "#OK")
at test_result ( /feature-policy/resources/featurepolicy.js:77:5) |
|
Pass | Default "encrypted-media" feature policy ["self"] disallows cross-origin iframes. | Asserts runPass | assert_equals("#SecurityError", "#SecurityError")
at test_result ( /feature-policy/resources/featurepolicy.js:77:5) |
|
Pass | Feature policy "encrypted-media" can be enabled in cross-origin iframes using "allow" attribute. | Asserts runPass | assert_equals("#OK", "#OK")
at test_result ( /feature-policy/resources/featurepolicy.js:77:5) |
|