1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/smil/crashtests/592477-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +<xht:table xmlns:xht="http://www.w3.org/1999/xhtml" 1.5 + xmlns:xbl="http://www.mozilla.org/xbl"> 1.6 + <xht:script type="text/javascript">// <![CDATA[ 1.7 + function boom() { 1.8 + var topRight = document.getElementById('topRight'); 1.9 + topRight.appendChild(document.createElement("g")); 1.10 + } 1.11 +//]]> </xht:script> 1.12 + 1.13 +<xbl:bindings> 1.14 + <xbl:binding> 1.15 + <svg xmlns="http://www.w3.org/2000/svg" 1.16 + xmlns:xlink="http://www.w3.org/1999/xlink" 1.17 + onload="setTimeout(boom, 0)"> 1.18 + <defs> 1.19 + <g id="markerGroup"> 1.20 + <g id="topLeft"/> 1.21 + <g id="topRight"/> 1.22 + <set xlink:href="#topLeft" attributeName="fill" to="green" dur="1s"/> 1.23 + </g> 1.24 + </defs> 1.25 + <use xlink:href="#markerGroup"/> 1.26 + </svg> 1.27 + </xbl:binding> 1.28 +</xbl:bindings> 1.29 +</xht:table>