1697256.html (391B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <meta charset="utf-8"> 4 <script> 5 window.onload = () => { 6 window.requestIdleCallback(() => { 7 let pp = SpecialPowers.wrap(self).printPreview() 8 setTimeout(() => { 9 try { pp.close(); } catch (e) { } 10 document.documentElement.classList.remove("reftest-wait"); 11 }, 250) 12 }) 13 } 14 </script> 15 <select autofocus='true'>