Bug 1838484 - Don't create module loader for template contents owner document r=smaug
[gecko.git] / dom / base / crashtests / 329481-1.xhtml
blob3ba5477f3d28f4ac21b1d4b762e1fa4cb1893dd2
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) {
10 </script>
11 </body>
12 </html>