layout/svg/crashtests/367111-1.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/svg/crashtests/367111-1.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +<svg xmlns="http://www.w3.org/2000/svg" 
     1.5 +     xmlns:html="http://www.w3.org/1999/xhtml"
     1.6 +     onload="setTimeout(boom, 30);"
     1.7 +     class="reftest-wait">
     1.8 +
     1.9 +<html:script>
    1.10 +
    1.11 +function boom()
    1.12 +{
    1.13 +  document.getElementById("text").appendChild(document.getElementById("fo"));
    1.14 +  
    1.15 +  document.documentElement.removeAttribute("class");
    1.16 +}
    1.17 +
    1.18 +</html:script>
    1.19 +  
    1.20 +<defs>
    1.21 +  <marker>
    1.22 +    <text id="text">svg:text</text>
    1.23 +  </marker>
    1.24 +</defs>
    1.25 +
    1.26 +<foreignObject id="fo">
    1.27 +  <div xmlns="http://www.w3.org/1999/xhtml">
    1.28 +    <p>HTML in a foreignObject</p>
    1.29 +  </div>
    1.30 +</foreignObject>
    1.31 +
    1.32 +</svg>

mercurial