tor-browser

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

small-timebase.html (229B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <video id=a src=small-timebase.mp4 controls autoplay></video>
      4 <script>
      5 a.onerror = function() {
      6  dump("OK\n");
      7  document.documentElement.removeAttribute("class");
      8 }
      9 </script>
     10 </html>