layout/svg/crashtests/363611-1.xhtml

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:a0bcb4b2f5aa
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3
4 <script style="display: none" type="text/javascript">
5
6 function boom()
7 {
8 var fo = document.createElementNS("http://www.w3.org/2000/svg", 'foreignObject');
9 document.getElementById("innerSVG").appendChild(fo);
10 }
11
12 </script>
13
14 </head>
15
16 <body onload="boom();">
17
18 <svg xmlns="http://www.w3.org/2000/svg" ><linearGradient><svg id="innerSVG"></svg></linearGradient></svg>
19
20 </body>
21 </html>

mercurial