summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/1838484.html
blob: c878492c5ad2cca2414c783a01f4e7d4702e7bf0 (plain)
1
2
3
4
5
6
7
8
9
<html class="reftest-wait">
  <script>
    window.requestIdleCallback(() => {
      window.print();
      document.documentElement.className = "";
    });
  </script>
  <template></template>
</html>