Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / content / xul / templates / src / crashtests / 329884-1.xul
blob8cc486e272fdbfb3b7dc3eb52e84691729fcb24a
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5 <script>
7 function rM(q1) { q1.parentNode.removeChild(q1); }
9 function init2()
11 rM(document.getElementById("t"));
14 window.addEventListener("load", init2, false);
16 </script>
18 <foo id="t" datasources="1.rdf" />
20 </window>