layout/reftests/webm-video/poster-3.html
author Lee Salzman <lsalzman@mozilla.com>
Sun, 20 Jul 2025 08:30:17 +0000 (19 hours ago)
changeset 797272 cfd0090968e11deee3db2fd88b291a9f16dd1fda
parent 73585 d108ca6c87fd7705b8c2620a7c58890a4fa091ca
permissions -rw-r--r--
Bug 1978234 - Use simpler software downscale fallback. r=ahale Differential Revision: https://phabricator.services.mozilla.com/D257942
<!DOCTYPE HTML>
<html class="reftest-wait">
<body style="background:white;">
<!-- Test if poster hides after playing with autoplay. -->
<video src="black140x100.webm"
       poster="blue250x200.png"
       preload="auto"
       autoplay
       onplaying="setTimeout(function(){document.documentElement.className = '';},0);"></video>
</body>
</html>