diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/pagination/820496-1-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/pagination/820496-1-ref.html b/layout/reftests/pagination/820496-1-ref.html new file mode 100644 index 0000000000..82348b6d0f --- /dev/null +++ b/layout/reftests/pagination/820496-1-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html class="reftest-paged"> +<body style="margin:0"> + <div style="height:10000px; background:blue;"> + <div style="height:5000px; width:50%; background:yellow;"> +</body> +</html> |