poster-13.html (230B)
1 <!DOCTYPE HTML> 2 <html> 3 <body style="background:white;"> 4 <!-- Test that poster is stretched by css styling. --> 5 <video src="black140x100.webm" poster="blue250x200.png" style="width: 288px; height: 216px;"></video> 6 7 </body> 8 </html>