diff options
Diffstat (limited to 'layout/reftests/pagination/652178-1-ref2.html')
-rw-r--r-- | layout/reftests/pagination/652178-1-ref2.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/pagination/652178-1-ref2.html b/layout/reftests/pagination/652178-1-ref2.html new file mode 100644 index 0000000000..c3d0c994d6 --- /dev/null +++ b/layout/reftests/pagination/652178-1-ref2.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html class="reftest-paged"> +<body> + Something + <div style="height: 0"> + <div style="width: 60%; border: 5px solid green;"> + This should print on page 1 + </div> + </div> + + <div style="width: 30%; margin-left: auto; border: 5px solid purple; height: 3in"> + </div> + </body> +</html> |