Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-image-animation/image-animation-root-background-body-paused-no-propagation.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html class="reftest-wait">
<title>animated image for root background does not pause when image-animation is on body</title>
<meta charset="utf-8" />
<link rel="match" href="image-animation-root-background-body-paused-no-propagation-ref.html" />
<script src="/common/reftest-wait.js"></script>
<script>
takeScreenshotDelayed(300);
</script>
<style>
html {
background-image: url("../../images/anim-gr.gif");
}
body {
image-animation: paused;
}
</style>
</html>