wpt / svg / animations / media-fragment-override-animation.html

Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/svg/animations/media-fragment-override-animation.html

<!doctype html>
<title>animated background-image at a particular time</title>
<link rel="help" href="https://w3c.github.io/svgwg/svg2-draft/linking.html#LinksIntoSVG">
<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>

/svg/struct/reftests/reference/green-100x100.html

<!DOCTYPE html>
<div style="width: 100px; height: 100px; background-color: green"></div>