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