Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / content / xbl / crashtests / 418133-1.xhtml
blobea821b76eda4cefb70120474ca82ca9447148085
1 <html xmlns="http://www.w3.org/1999/xhtml"
2 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
3 <head>
4 <script type="text/javascript">
6 function boom()
8 for(var p in document.getElementById("prefs")) {
11 for(var p in window) {
15 </script>
16 </head>
17 <body onload="boom();">
19 <xul:preferences id="prefs" />
21 </body>
22 </html>