summaryrefslogtreecommitdiffstats
path: root/layout/printing/crashtests/1748277.html
blob: 9cfbef2c46092d26710826c72669bbfe5d5968db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<style>
    @namespace url(http://www.w3.org/1998/Math/MathML);

    * {
        padding-inline-start: 27em;
        break-after: page;
        content: url(1748277.png);
        writing-mode: sideways-lr;
    }
</style>
<script>
  document.addEventListener("DOMContentLoaded", () => {
    SpecialPowers.wrap(window).printPreview()?.close()
  })
</script>
<math>
  <mfrac>
    <munder>
      <ms>
        <mglyph>
        </mglyph>
      </ms>
    </munder>
  </mfrac>
</math>