tor-browser

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

clearkey-generate-request-disallowed-input.https.html (906B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset=utf-8>
      5    <title>Encrypted Media Extensions: Test handling of invalid initData for generateRequest()</title>
      6    <link rel="help" href="https://w3c.github.io/encrypted-media/">
      7 
      8    <!-- Web Platform Test Harness scripts -->
      9    <script src=/resources/testharness.js></script>
     10    <script src=/resources/testharnessreport.js></script>
     11 
     12    <!-- Helper scripts for Encrypted Media Extensions tests  -->
     13    <script src=/encrypted-media/util/utils.js></script>
     14    <script src=/encrypted-media/util/utf8.js></script>
     15 
     16    <!-- The script for this specific test -->
     17    <script src=/encrypted-media/scripts/generate-request-disallowed-input.js></script>
     18 
     19  </head>
     20  <body>
     21    <div id='log'></div>
     22 
     23    <script>
     24        var config = {  keysystem:          'org.w3.clearkey'
     25                     };
     26 
     27        runTest(config);
     28 
     29    </script>
     30  </body>
     31 </html>