1787671.html (431B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <script> 4 let pp; 5 window.addEventListener("MozReftestInvalidate", finish); 6 document.addEventListener('DOMContentLoaded', () => { 7 pp = SpecialPowers.wrap(self).printPreview(); 8 pp?.print(); 9 setTimeout(window.close, 250); 10 }); 11 function finish() { 12 setTimeout(function() { 13 pp.close(); 14 document.documentElement.className = ""; 15 }, 0); 16 } 17 </script> 18 <img srcset="#"></img> 19 </html>