layout/reftests/pagination/table-tfoot-thead-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/pagination/table-tfoot-thead-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
     1.5 +   "http://www.w3.org/TR/html4/strict.dtd">
     1.6 +<html lang="en-US" class="reftest-print">
     1.7 +<head>
     1.8 +<style type="text/css">
     1.9 +div.filler {height:5px; width: 50px; border:thin solid blue;}
    1.10 +div.spacer { height: 0px; width: 0px; padding: 5px;border:thin solid green;}
    1.11 +tfoot div.spacer {border-color:orange;
    1.12 +height: 10px}
    1.13 +tbody div.spacer{border-width: 4px}
    1.14 +thead div.spacer{height: 140px}
    1.15 +</style>
    1.16 +</head>
    1.17 +<body>
    1.18 +<div class="filler"></div>
    1.19 +<table cellspacing="1" cellpadding="0">
    1.20 +<thead><tr><td><div class="spacer"></div></td></tr></thead>
    1.21 +<tbody><tr><td><div class="spacer"></div></td></tr></tbody>
    1.22 +</table>
    1.23 +
    1.24 +<table cellspacing="1" cellpadding="0">
    1.25 +<tbody> <tr><td><div class="spacer"></div></td></tr></tbody>
    1.26 +<tfoot><tr><td><div class="spacer"></div></td></tr></tfoot>
    1.27 +</table>
    1.28 +
    1.29 +</body>
    1.30 +</html>

mercurial