tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

private-state-token-issue-supported-by-permissions-policy.tentative.html (332B)


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