poster-3.html 348 B

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