Bug 1838484 - Don't create module loader for template contents owner document r=smaug
[gecko.git] / dom / base / crashtests / 1838484.html
blobc878492c5ad2cca2414c783a01f4e7d4702e7bf0
1 <html class="reftest-wait">
2 <script>
3 window.requestIdleCallback(() => {
4 window.print();
5 document.documentElement.className = "";
6 });
7 </script>
8 <template></template>
9 </html>