layout/svg/crashtests/890783-1.svg

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:c08ca7e82cd6
1 <svg xmlns="http://www.w3.org/2000/svg">
2
3 <mask id="m">
4 <text>
5 <tspan id="tspan" />
6 </text>
7 </mask>
8
9 <rect width="600" height="400" mask="url(#m)"/>
10
11 <script>
12
13 window.addEventListener("load", function() {
14 document.getElementById("tspan").style.dominantBaseline = "alphabetic";
15 }, false);
16
17 </script>
18
19 </svg>

mercurial