Bug 1838484 - Don't create module loader for template contents owner document r=smaug
[gecko.git] / dom / base / crashtests / 371124-2-inner.html
blob78830938221ca13adb21225f3b6fa0d8519b1d75
1 <html>
2 <body>
4 <script>
5 document.all.tags.__proto__ = null;
6 alert(document.all.tags)
7 </script>
9 </body>
10 </html>