summaryrefslogtreecommitdiffstats
path: root/layout/printing/crashtests/1748277.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/printing/crashtests/1748277.html')
-rw-r--r--layout/printing/crashtests/1748277.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/layout/printing/crashtests/1748277.html b/layout/printing/crashtests/1748277.html
new file mode 100644
index 0000000000..9cfbef2c46
--- /dev/null
+++ b/layout/printing/crashtests/1748277.html
@@ -0,0 +1,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>