tor-browser

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

idlharness.https.html (720B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset=utf-8>
      5    <title>WebVR IDL test</title>
      6    <link rel="help" href="https://w3c.github.io/webvr/">
      7 
      8    <script src=/resources/testharness.js></script>
      9    <script src=/resources/testharnessreport.js></script>
     10    <script src=/resources/WebIDLParser.js></script>
     11    <script src=/resources/idlharness.js></script>
     12  </head>
     13  <body>
     14    <h1 class="instructions">Description</h1>
     15    <p class="instructions">
     16      This test verifies that implementations of the WebVR API match its WebIDL definition.
     17    </p>
     18 
     19    <div id='log'></div>
     20 
     21    <script>
     22      idl_test(
     23        ['webvr.tentative'],
     24        ['gamepad', 'html', 'dom']
     25      );
     26    </script>
     27  </body>
     28 </html>