329481-1.xhtml (250B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <body> 3 <p>This page made Firefox leak domwindows and documents.</p> 4 <span onmouseover="1"></span> 5 <script> 6 try { 7 window.__proto__ = document.createElement("div"); 8 } catch(e) { 9 } 10 </script> 11 </body> 12 </html>