trisquel-icecat/icecat/dom/html/crashtests/1787671.html

19 lines
431 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<script>
let pp;
window.addEventListener("MozReftestInvalidate", finish);
document.addEventListener('DOMContentLoaded', () => {
pp = SpecialPowers.wrap(self).printPreview();
pp?.print();
setTimeout(window.close, 250);
});
function finish() {
setTimeout(function() {
pp.close();
document.documentElement.className = "";
}, 0);
}
</script>
<img srcset="#"></img>
</html>