layout/svg/crashtests/885608-1.svg

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:7469259cf996
1 <svg xmlns="http://www.w3.org/2000/svg">
2
3 <mask id="m"><text id="t">z</text></mask>
4
5 <rect width="600" height="400" mask="url(#m)"/>
6
7 <script>
8 window.addEventListener("load", function() {
9 document.getElementById("t").firstChild.data = "ab";
10 }, false);
11 </script>
12
13 </svg>

mercurial