1671503.html (346B)
1 <html class="reftest-wait"> 2 <script> 3 document.addEventListener("DOMContentLoaded", () => { 4 window.setTimeout(() => { 5 SpecialPowers.wrap(window).printPreview()?.close() 6 SpecialPowers.wrap(window).printPreview()?.close() 7 document.documentElement.className = ""; 8 }, 0) 9 }) 10 </script> 11 <iframe src='data:text/html,foo'></iframe> 12 </html>