blob: 52a392de577e4d924cfeab68299c45030bc344fb (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
test(() => {
assert_in_array('private-state-token-issuance', document.featurePolicy.features());
}, 'document.featurePolicy.features should advertise private-state-token-issuance.');
</script>
|