blob: b5dbe3e6e1a69662a38a2fec7f2f6eece887bcee [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
</head>
<body>
<script>
async_test(t => {
assert_false(document.policy.allowsFeature('geolocation'));
assert_true(document.policy.allowsFeature('camera'));
t.done();
}, "Origin-Policy-based Feature policy");
</script>
</body>
</html>