summaryrefslogtreecommitdiffstats
path: root/layout/printing/crashtests/1663722.html
blob: cd7a32a317715f1b1530deae7b33413dbbf0a190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html class="reftest-wait">
<head>
  <script>
    document.addEventListener("DOMContentLoaded", () => {
      const proxy = SpecialPowers.wrap(self).printPreview();
      proxy.sizeToContent();
      setTimeout(function () {
        proxy.close();
        document.documentElement.className = "";
      }, 0);
    })
  </script>
</head>
</html>