Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<!DOCTYPE html>
<body>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script>
test(function() {
var wildcard_origin = 'https://*:{{ports[https][0]}}';
assert_array_equals(
document.featurePolicy.getAllowlistForFeature('fullscreen'),
[wildcard_origin]);
assert_true(document.featurePolicy.allowsFeature('fullscreen'));
}, 'Test wildcard host policy works as expected');
</script>
</body>