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