summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/1787671.html
blob: 5f891386af7cd9d052c705774fa6427bae476bce (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script>
document.addEventListener('DOMContentLoaded', () => {
  window.print();
  setTimeout(window.close, 250);
})
</script>
<img srcset="#"></img>