зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
250 B
HTML
13 строки
250 B
HTML
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<body>
|
||
|
<p>This page made Firefox leak domwindows and documents.</p>
|
||
|
<span onmouseover="1"></span>
|
||
|
<script>
|
||
|
try {
|
||
|
window.__proto__ = document.createElement("div");
|
||
|
} catch(e) {
|
||
|
}
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|