summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/401121-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/401121-1.html')
-rw-r--r--layout/reftests/bugs/401121-1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/401121-1.html b/layout/reftests/bugs/401121-1.html
new file mode 100644
index 0000000000..d01e777924
--- /dev/null
+++ b/layout/reftests/bugs/401121-1.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html class="reftest-paged">
+<!-- Explicitly apply our standard reftest-paged page-size, for the benefit of
+ anyone viewing this testcase in a regular print-preview dialog: -->
+<style>@page { size: 5in 3in; margin: 0.5in; }</style>
+<table><tr><td>
+<div style="height: 10px;">
+<!-- 5in of height is enough to require 3 reftest-paged pages. -->
+<div style="height: 5in; width: 2in; border: 1px solid black;"></div>
+</div>
+</td></tr></table>
+</html>