layout/reftests/table-overflow/table-row-pagination.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/table-overflow/table-row-pagination.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 +table { height:160%; width:100%; }
    1.15 +td { height:50%; width:100%; }
    1.16 +    </style>
    1.17 +</head>
    1.18 +<body>
    1.19 +
    1.20 +<table border="0" cellspacing="0" cellpadding="0">
    1.21 +<tr><td></td></tr>
    1.22 +<tr><td valign="top">1</td></tr>
    1.23 +</table>
    1.24 +
    1.25 +
    1.26 +</body>
    1.27 +</html>

mercurial