dom/base/crashtests/329481-1.xhtml

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:2dbb6c98ce3c
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <body>
3 <p>This page made Firefox leak domwindows and documents.</p>
4 <span onmouseover="1"></span>
5 <script>
6 try {
7 window.__proto__ = document.createElement("div");
8 } catch(e) {
9 }
10 </script>
11 </body>
12 </html>

mercurial