layout/svg/crashtests/220165-1.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/svg/crashtests/220165-1.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<?xml version="1.0"?>
     1.5 +
     1.6 +<svg xmlns="http://www.w3.org/2000/svg" 
     1.7 +     xmlns:html="http://www.w3.org/1999/xhtml" height="500" 
     1.8 +     xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     1.9 +     onload="document.documentElement.getBoundingClientRect();
    1.10 +	     document.getElementById('x').textContent = 'New text'">
    1.11 +
    1.12 +  <foreignObject x="200" y="180" width="100" height="50" >
    1.13 +    <html:button id="x">Old long long long text</html:button>
    1.14 +  </foreignObject>
    1.15 +
    1.16 +  <g transform="rotate(10) translate(-100) scale(0.8)">
    1.17 +    <polygon style="fill:red; fill-opacity:0.5;"
    1.18 +	  points="350, 75 379,161 469,161 397,215
    1.19 +	  423,301 350,250 277,301 303,215
    1.20 +                     231,161 321,161" />
    1.21 +	
    1.22 +  </g>
    1.23 +
    1.24 +</svg>

mercurial