tor-browser

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

clearkey-mp4-update-disallowed-input.https.html (843B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset=utf-8>
      5    <title>Encrypted Media Extensions - Test handling of invalid responses for update() for Clear Key, mp4</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 
     15    <!-- The script for this specific test -->
     16    <script src=/encrypted-media/scripts/update-disallowed-input.js></script>
     17 
     18  </head>
     19  <body>
     20    <div id="log"></div>
     21    <script>
     22        var config = {
     23            keysystem: 'org.w3.clearkey',
     24        };
     25        runTest(config);
     26    </script>
     27  </body>
     28 </html>