Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /jpegxl/animated-img-timeout.html - WPT Dashboard Interop Dashboard
<html class="reftest-wait">
<title>Animated JPEG XL in <img></title>
<link rel="match" href="animated-img-timeout-ref.html">
<link rel="stylesheet" href="resources/jpegxl-reftest.css">
<script>
function loaded() {
setTimeout(() => {
document.documentElement.classList.remove("reftest-wait");
}, 1000);
}
</script>
<img src="resources/animated-red-green.jxl" onload="loaded()">
</html>