poster-8.html 409 B

12345678910111213
  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.ogv"
  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>