summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/346381-1.html
blob: 4d0263d8044df1c956c64e81e8de9557a470ac9a (plain)
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>