1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<html> <head> </head> <body onload="window.zoop = document.getElementById('paz');"> <p>Loading this page should not make Firefox leak DOMWindows or documents.</p> <div id="paz"> <span onmouseover="6"></span> </div> </body> </html>