diff options
Diffstat (limited to 'layout/reftests/table-overflow/table-row-pagination-ref.html')
-rw-r--r-- | layout/reftests/table-overflow/table-row-pagination-ref.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/table-overflow/table-row-pagination-ref.html b/layout/reftests/table-overflow/table-row-pagination-ref.html new file mode 100644 index 000000000..2dda93ce3 --- /dev/null +++ b/layout/reftests/table-overflow/table-row-pagination-ref.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML> +<html class="reftest-print"><head> + <meta charset="utf-8"> + <title>Testing row split</title> + <style type="text/css"> + + html,body { + color:black; background-color:white; font-size:16px; padding:0; margin:0; height:100%; + } + +div { height:160%; } +p { height: 50%; margin:0; } + </style> +</head> +<body> + +<div> +<p></p> +<p>1</p> +</div> + + +</body> +</html> |