Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html class="reftest-wait">
<title>pausing animated image for root background</title>
<meta charset="utf-8" />
<link rel="match" href="image-animation-root-background-paused-ref.html" />
<script src="/common/reftest-wait.js"></script>
<script>
takeScreenshotDelayed(300);
</script>
<style>
html {
image-animation: paused;
background-image: url("../../images/anim-gr.gif");
}
</style>
</html>