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