blob: 079583cbd7963a184653913f223b6c37915ddab6 (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE HTML>
<html>
<body style="background:white;">
<!-- Test if poster frame with invalid poster displays video frame. -->
<video src="black140x100.webm" poster="not-a-valid-file"></video>
</body>
</html>
|