Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<body>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script>
test(function() {
assert_array_equals(
document.featurePolicy.getAllowlistForFeature('fullscreen'),
[wildcard_origin]);
assert_true(document.featurePolicy.allowsFeature('fullscreen'));
}, 'Test wildcard port policy works as expected');
</script>
</body>