Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<title>Verifies that video poster is shown even if video element has 'preload="auto"' attribute</title>
<video preload="none" poster="/media/poster.png" src="/media/video.webm" width="100" height="100"></video>
</html>