blob: 3ba5477f3d28f4ac21b1d4b762e1fa4cb1893dd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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>
|