1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/384728-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" onload="boom();"> 1.5 + 1.6 +<script> 1.7 + 1.8 +function boom() 1.9 +{ 1.10 + document.getElementById("thhh").setAttributeNS("http://www.w3.org/1999/xlink", 'href', ''); 1.11 +} 1.12 + 1.13 +</script> 1.14 + 1.15 + <defs> 1.16 + <g id="ch" style="counter-reset: c;"> 1.17 + <rect x="75" y="0" width="75" height="75" fill="lightgreen" style="counter-increment: c;"/> 1.18 + </g> 1.19 + 1.20 + </defs> 1.21 + 1.22 + <use id="thhh" x="0" y="0"><use xlink:href="#ch" x="0" y="0"/></use> 1.23 + 1.24 +</svg>