summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/1697525.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/crashtests/1697525.html')
-rw-r--r--dom/base/crashtests/1697525.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/base/crashtests/1697525.html b/dom/base/crashtests/1697525.html
new file mode 100644
index 0000000000..b8180700d3
--- /dev/null
+++ b/dom/base/crashtests/1697525.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<script>
+ window.addEventListener('load', () => {
+ SpecialPowers.wrap(self).printPreview()?.print()
+ })
+</script>