1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/table-overflow/table-row-pagination-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html class="reftest-print"><head> 1.6 + <meta charset="utf-8"> 1.7 + <title>Testing row split</title> 1.8 + <style type="text/css"> 1.9 + 1.10 + html,body { 1.11 + color:black; background-color:white; font-size:16px; padding:0; margin:0; height:100%; 1.12 + } 1.13 + 1.14 +div { height:160%; } 1.15 +p { height: 50%; margin:0; } 1.16 + </style> 1.17 +</head> 1.18 +<body> 1.19 + 1.20 +<div> 1.21 +<p></p> 1.22 +<p>1</p> 1.23 +</div> 1.24 + 1.25 + 1.26 +</body> 1.27 +</html>