diff options
Diffstat (limited to 'layout/reftests/pagination/577450-1.html')
-rw-r--r-- | layout/reftests/pagination/577450-1.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/pagination/577450-1.html b/layout/reftests/pagination/577450-1.html new file mode 100644 index 0000000000..3e511c94b1 --- /dev/null +++ b/layout/reftests/pagination/577450-1.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html class="reftest-paged"> + <body style="color: green; font-size: 2em"> + <div style="position: fixed">Big green text</div> + <!-- force two pages --> + <div style="height: 3in; width: 2in"></div> + </body> +</html> |