Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/animations/media-fragment-override-animation.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>animated background-image at a particular time</title>
<link rel="match" href="../struct/reftests/reference/green-100x100.html">
<style>
.one {
width: 100px;
height: 100px;
background-image: url("support/green-at-3s.svg#t=npt:3,3.01");
}
</style>
<div style="position: relative">
<div class="one"></div>
</div>