dom/base/crashtests/346381-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/base/crashtests/346381-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<html>
     1.5 +
     1.6 +<head>
     1.7 +</head>
     1.8 +
     1.9 +<body onload="window.zoop = document.getElementById('paz');">
    1.10 +
    1.11 +<p>Loading this page should not make Firefox leak DOMWindows or documents.</p>
    1.12 +
    1.13 +<div id="paz">
    1.14 +<span onmouseover="6"></span>
    1.15 +</div>
    1.16 +
    1.17 +</body>
    1.18 +
    1.19 +</html>

mercurial