diff options
Diffstat (limited to 'layout/printing/crashtests/509839-2.html')
-rw-r--r-- | layout/printing/crashtests/509839-2.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/printing/crashtests/509839-2.html b/layout/printing/crashtests/509839-2.html new file mode 100644 index 000000000..2a47a607c --- /dev/null +++ b/layout/printing/crashtests/509839-2.html @@ -0,0 +1,8 @@ +<html style="position: fixed; -moz-transform: scale(0.000001);" class="reftest-print"> +<head> +</head> +<body> +<div style="display: table-row;"></div> +<div style="display: table-row; page-break-before: right;"></div> +</body> +</html> |