summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/115199-2b.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/pagination/115199-2b.html')
-rw-r--r--layout/reftests/pagination/115199-2b.html24
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>