summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/1596310.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/pagination/1596310.html')
-rw-r--r--layout/reftests/pagination/1596310.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/pagination/1596310.html b/layout/reftests/pagination/1596310.html
new file mode 100644
index 0000000000..d3c97c62ad
--- /dev/null
+++ b/layout/reftests/pagination/1596310.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html class="reftest-paged">
+<head>
+<style>
+@page { size:5in 3in; margin:0; }
+html,body { padding:0; margin:0; height:100%; }
+div {
+ margin-bottom: 1in;
+ height: 100%;
+ background: black;
+ color: white;
+ page-break-after: always;
+}
+</style>
+</head>
+<body>
+ <div>A</div>
+</body>
+</html>