summaryrefslogtreecommitdiffstats
path: root/layout/printing/crashtests/1671503.html
blob: 5399c7d71e1bd9296d5e2bce087ec051ded4ddbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html class="reftest-wait">
<script>
document.addEventListener("DOMContentLoaded", () => {
  window.setTimeout(() => {
    SpecialPowers.wrap(window).printPreview()?.close()
    SpecialPowers.wrap(window).printPreview()?.close()
    document.documentElement.className = "";
  }, 0)
})
</script>
<iframe src='data:text/html,foo'></iframe>
</html>