tor-browser

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

poster-8.html (410B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-wait">
      3 <body style="background:white;">
      4 <!-- Test if poster hides after playing with play() call. -->
      5 <video src="black140x100.webm"
      6       poster="blue250x200.png"
      7       id="v"
      8       preload="auto"
      9       onloadeddata="document.getElementById('v').play();"
     10       onplaying="setTimeout(function(){document.documentElement.className = '';}, 0);"></video>
     11 </body>
     12 </html>