summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/813420-1.svg
blob: d977c0e982fe10fa24b1f0e0c4acc22bac1e69f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
  <svg id="i" style="mask: url(&quot;#none&quot;);">
    <marker id="markerEnd"/><polygon marker-end="url(#markerEnd)" points="250,150 200,150"/>
  </svg>
  <script>

window.addEventListener("MozReftestInvalidate", function() {
  document.getElementById("i").style.mask = "url(#none)";
  document.documentElement.removeAttribute("class");
}, false);

  </script>
</svg>