diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/pagination/115199-2b.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/pagination/115199-2b.html b/layout/reftests/pagination/115199-2b.html new file mode 100644 index 0000000000..c92380523b --- /dev/null +++ b/layout/reftests/pagination/115199-2b.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html class="reftest-paged"> +<head> + <style> + @page { + /* + * Test huge margins, they should be reset back the default margin size. + */ + margin: 10in; + } + * { + margin: 0; + padding: 0; + } + div { + width: 100%; + border: 0.25in solid green; + } + </style> +</head> +<body> + <div></div> +</body> +</html> |