1663722.html (345B)
1 <html class="reftest-wait"> 2 <head> 3 <script> 4 document.addEventListener("DOMContentLoaded", () => { 5 const proxy = SpecialPowers.wrap(self).printPreview(); 6 proxy.sizeToContent(); 7 setTimeout(function () { 8 proxy.close(); 9 document.documentElement.className = ""; 10 }, 0); 11 }) 12 </script> 13 </head> 14 </html>