tor-browser

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

webm-alpha.html (197B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body style="background:grey;">
      4 <!--
      5    Test that if a WebM video has an alpha channel, it is displayed correctly.
      6 -->
      7 <video src="webm-alpha.webm">
      8 </video>
      9 </body>
     10 </html>