Mypal/layout/reftests/webm-video/poster-1.html

8 lines
250 B
HTML

<!DOCTYPE HTML>
<html>
<body style="background:white;">
<!-- Ensure video element displays at poster size when video's intrinsic size isn't available -->
<video preload="none" src="black140x100.webm" poster="blue250x200.png"></video>
</body>
</html>