tor-browser

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

poster-2.html (210B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body style="background:white;">
      4 <!-- Test if poster frame with invalid poster displays video frame. -->
      5 <video src="black140x100.webm" poster="not-a-valid-file"></video>
      6 </body>
      7 </html>