Crashtest for bug 813420 - "ASSERTION: Must not call under nsISVGChildFrame::ReflowSVG" with nested <svg> and dynamic marker. (Now WORKSFORME.)

This commit is contained in:
Jonathan Watt 2012-12-21 19:43:05 +00:00
parent 3ec78eba02
commit a867156017
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,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>

After

Width:  |  Height:  |  Size: 433 B

View File

@ -148,4 +148,5 @@ load 790072.svg
load 791826-1.svg
load 789390-1.html
load 808318-1.svg
load 813420-1.svg