summaryrefslogtreecommitdiffstats
path: root/dom/smil/crashtests/556841-1.svg
blob: 92712deaa9e10e013a1110dcd43ed62f4dca34b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg"
     class="reftest-wait"
     onload="go()">
  <script>
    function go() {
      // setCurrentTime to force a sample
      document.documentElement.setCurrentTime(2);
      document.documentElement.removeAttribute("class");
    }
  </script>
  <rect fill="teal" x="50" y="50" width="20" height="20">
    <animateTransform attributeName="transform" type="rotate" by="30"
                      calcMode="paced" dur="4s"/>
  </rect>
</svg>