tor-browser

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

private-state-token-redemption-supported-by-permissions-policy.tentative.html (426B)


      1 <!DOCTYPE html>
      2 <title>Test that private state token redemption is advertised in the feature list</title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <script>
      6  test(() => {
      7    assert_in_array('private-state-token-redemption', document.featurePolicy.features());
      8  }, 'document.featurePolicy.features should advertise private-state-token-redemption.');
      9 </script>