tor-browser

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

test_bug839753.html (438B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Crashtest for bug 839753</title>
      5  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      6  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
      7 </head>
      8 <body>
      9 <pre id="test">
     10 <script class="testbody" type="text/javascript">
     11 
     12 (new AudioContext()).destination.expando = null;
     13 ok(true, "The test should not trigger wrapper cache assertions");
     14 
     15 </script>
     16 </pre>
     17 </body>
     18 </html>