Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / layout / svg / crashtests / 364688-1.svg
blob045061cd2f215a09edccd08dac842bbe68175ff1
1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:html="http://www.w3.org/1999/xhtml"
3 onload="setTimeout(boom, 30);"
4 class="reftest-wait">
6 <script>
7 function boom()
9 document.getElementById("sss").removeAttribute('value');
11 document.documentElement.removeAttribute("class");
13 </script>
16 <foreignObject width="500" height="500" y="300">
18 <div xmlns="http://www.w3.org/1999/xhtml">
20 <table border="1">
21 <tr>
22 <td>Foo</td>
23 </tr>
24 <tr>
25 <td><input type="text" value="Baz" id="sss" /></td>
26 </tr>
27 </table>
29 </div>
31 </foreignObject>
34 </svg>