Update this test to take bug 394815 into account

This commit is contained in:
jruderman@hmc.edu 2008-01-05 21:40:38 -08:00
Родитель 9e57aa45ec
Коммит 8752a636e1
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -2,6 +2,11 @@
<body>
<p>This page made Firefox leak domwindows and documents.</p>
<span onmouseover="1"></span>
<script>window.__proto__ = document.createElement("div");</script>
<script>
try {
window.__proto__ = document.createElement("div");
} catch(e) {
}
</script>
</body>
</html>