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