1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/364688-1.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 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 +<script> 1.10 +function boom() 1.11 +{ 1.12 + document.getElementById("sss").removeAttribute('value'); 1.13 + 1.14 + document.documentElement.removeAttribute("class"); 1.15 +} 1.16 +</script> 1.17 + 1.18 + 1.19 +<foreignObject width="500" height="500" y="300"> 1.20 + 1.21 +<div xmlns="http://www.w3.org/1999/xhtml"> 1.22 + 1.23 +<table border="1"> 1.24 + <tr> 1.25 + <td>Foo</td> 1.26 + </tr> 1.27 + <tr> 1.28 + <td><input type="text" value="Baz" id="sss" /></td> 1.29 + </tr> 1.30 +</table> 1.31 + 1.32 +</div> 1.33 + 1.34 +</foreignObject> 1.35 + 1.36 + 1.37 +</svg>