diff options
Diffstat (limited to 'layout/reftests/pagination/abspos-breaking-011-ref.html')
-rw-r--r-- | layout/reftests/pagination/abspos-breaking-011-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/pagination/abspos-breaking-011-ref.html b/layout/reftests/pagination/abspos-breaking-011-ref.html new file mode 100644 index 0000000000..d39ce99010 --- /dev/null +++ b/layout/reftests/pagination/abspos-breaking-011-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html class="reftest-paged"> +<body style="margin:0"> +<div style="position:absolute; top:0; left:0; width:100px; height:100px; background:black;">Hi</div> +<div style="height:1in;"></div> +</body> +</html> |