tor-browser

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

bug1228601-video-rotation-90.html (275B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <head>
      4 <script>
      5 function done() {
      6  document.documentElement.removeAttribute("class");
      7 }
      8 </script>
      9 </head>
     10 <body onload="setTimeout(done, 3);">
     11  <video src="video_rotation_90.mp4" onended="done()" autoplay="true">
     12 </body>
     13 </html>