poster-3.html (349B)
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.webm" 6 poster="blue250x200.png" 7 preload="auto" 8 autoplay 9 onplaying="setTimeout(function(){document.documentElement.className = '';},0);"></video> 10 </body> 11 </html>