mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Crashtest for bug 813420 - "ASSERTION: Must not call under nsISVGChildFrame::ReflowSVG" with nested <svg> and dynamic marker. (Now WORKSFORME.)
This commit is contained in:
parent
3ec78eba02
commit
a867156017
14
layout/svg/crashtests/813420-1.svg
Normal file
14
layout/svg/crashtests/813420-1.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
|
||||
<svg id="i" style="mask: url("#none");">
|
||||
<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 |
@ -148,4 +148,5 @@ load 790072.svg
|
||||
load 791826-1.svg
|
||||
load 789390-1.html
|
||||
load 808318-1.svg
|
||||
load 813420-1.svg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user