diff options
Diffstat (limited to 'layout/printing/crashtests/1804794.html')
-rw-r--r-- | layout/printing/crashtests/1804794.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/printing/crashtests/1804794.html b/layout/printing/crashtests/1804794.html new file mode 100644 index 0000000000..e071b392a4 --- /dev/null +++ b/layout/printing/crashtests/1804794.html @@ -0,0 +1,10 @@ +<script> +window.onload = () => { + SpecialPowers.wrap(window).printPreview()?.close() +} +</script> +<style> +html { column-count: 5 } +</style> +<hr style="page: a"> +<a>A</a> |