<!DOCTYPE html> | |
<html> | |
<head> | |
<title>AVIF animation reftest: when animation ends, compare its last frame against the reference static avif image.</title> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(true); | |
window.onload = function() { | |
if (window.testRunner) | |
testRunner.waitUntilDone(); | |
window.setTimeout(function() { | |
if (window.testRunner) | |
testRunner.notifyDone(); | |
}, 300); | |
} | |
</script> | |
<style> | |
img { margin: 1px; } | |
</style> | |
</head> | |
<body style="margin: 1px"> | |
<img src=resources/avifs00.avifs><img src=resources/avifs01.avifs><img src=resources/avifs02.avifs> | |
</body> | |
</html> |