Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / content / xul / templates / src / crashtests / 329335-1.xul
blobbdbee294e931a0a9f5e73162c1a2ea00b1d61fce
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"
4 xmlns:svg="http://www.w3.org/2000/svg">
7 <script>
9 function init()
11 document.documentElement.appendChild(document.getElementById("svg"));
14 window.addEventListener("load", init, false);
16 </script>
19 <svg:svg datasources="" id="svg"/>
22 </window>