media-fragment-override-animation.html (432B)
1 <!doctype html> 2 <title>animated background-image at a particular time</title> 3 <link rel="help" href="https://svgwg.org/svg2-draft/linking.html#LinksIntoSVG"> 4 <link rel="match" href="../struct/reftests/reference/green-100x100.html"> 5 <style> 6 .one { 7 width: 100px; 8 height: 100px; 9 background-image: url("support/green-at-3s.svg#t=npt:3,3.01"); 10 } 11 </style> 12 <div style="position: relative"> 13 <div class="one"></div> 14 </div>