зеркало из https://github.com/mozilla/gecko-dev.git
Update this test to take bug 394815 into account
This commit is contained in:
Родитель
9e57aa45ec
Коммит
8752a636e1
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче