tor-browser

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

exposed.https.html (474B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset=utf-8>
      5    <title>WebGPU exposed items (HTTPS)</title>
      6    <meta name=assert content="All specified WebGPU items/interfaces should be exposed, on a [SecureContext]">
      7    <link rel=help href='https://gpuweb.github.io/gpuweb/'>
      8    <script src=/resources/testharness.js></script>
      9    <script src=/resources/testharnessreport.js></script>
     10    <script type=module src=exposed.html.js></script>
     11  </head>
     12  <body></body>
     13 </html>