layout/reftests/webm-video/poster-6.html
author Lee Salzman <lsalzman@mozilla.com>
Sun, 20 Jul 2025 08:30:17 +0000 (21 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 that poster frame should hide after completing a seek. -->
<video src="black140x100.webm"
       preload="auto"
       id="v"
       onloadeddata="var v = document.getElementById('v'); v.currentTime = v.duration;"
       onseeked="setTimeout(function(){document.documentElement.className = '';}, 0);"
       poster="blue250x200.png"></video>
</body>
</html>