Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / layout / style / crashtests / 404470-1.html
blob481ba4233b01480b7b834b063d5f6fcfe0d06d89
1 <html>
2 <head>
3 <script>
5 function boom()
7 var iframe = document.createElement("iframe");
8 document.body.appendChild(iframe);
9 iframe.setAttribute("src", 'data:application/vnd.mozilla.xul+xml,<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><script>window.parent.document.body.style.display="inline"; window.parent.document.body.offsetWidth;</' + 'script></window>');
11 </script>
12 </head>
14 <body onload="boom();"></body>
15 </html>