layout/reftests/table-width/balancing-2-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/table-width/balancing-2-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,76 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Balancing of tables (growing)</title>
     1.8 +<style type="text/css">
     1.9 +
    1.10 +table, td {
    1.11 +  border: none;
    1.12 +  margin: 0;
    1.13 +  padding: 0;
    1.14 +  border-spacing: 3px;
    1.15 +}
    1.16 +
    1.17 +tr { height: 1.5em; }
    1.18 +
    1.19 +td { background: black; background: currentColor; }
    1.20 +
    1.21 +</style>
    1.22 +</head>
    1.23 +<body>
    1.24 +
    1.25 +<!-- width: 300px --><table><tr>
    1.26 +<td style="color:aqua"    width="75">&nbsp;</td>
    1.27 +<td style="color:yellow"  width="25">&nbsp;</td>
    1.28 +<td style="color:red"     width="0"></td>
    1.29 +<td style="color:fuchsia" width="50">&nbsp;</td>
    1.30 +<td style="color:blue"    width="150">&nbsp;</td>
    1.31 +</tr></table>
    1.32 +
    1.33 +<!-- width: 500px --><table><tr>
    1.34 +<td style="color:aqua"    width="150">&nbsp;</td>
    1.35 +<td style="color:yellow"  width="50">&nbsp;</td>
    1.36 +<td style="color:red"     width="0"></td>
    1.37 +<td style="color:fuchsia" width="50">&nbsp;</td>
    1.38 +<td style="color:blue"    width="250">&nbsp;</td>
    1.39 +</tr></table>
    1.40 +
    1.41 +<!-- width: 420px --><table><tr>
    1.42 +<td style="color:aqua"    width="105">&nbsp;</td>
    1.43 +<td style="color:yellow"  width="35">&nbsp;</td>
    1.44 +<td style="color:red"     width="0"></td>
    1.45 +<td style="color:fuchsia" width="70">&nbsp;</td>
    1.46 +<td style="color:blue"    width="210">&nbsp;</td>
    1.47 +</tr></table>
    1.48 +
    1.49 +<!-- width: 400px --><table><tr>
    1.50 +<td style="color:aqua"    width="50">&nbsp;</td>
    1.51 +<td style="color:yellow"  width="50">&nbsp;</td>
    1.52 +<td style="color:red"     width="0"></td>
    1.53 +<td style="color:fuchsia" width="50">&nbsp;</td>
    1.54 +<td style="color:blue"    width="250">&nbsp;</td>
    1.55 +</tr></table>
    1.56 +
    1.57 +<!-- width: 420px --><table><tr>
    1.58 +<td style="color:aqua"    width="75">&nbsp;</td>
    1.59 +<td style="color:yellow"  width="85">&nbsp;</td>
    1.60 +<td style="color:fuchsia" width="50">&nbsp;</td>
    1.61 +<td style="color:blue"    width="210">&nbsp;</td>
    1.62 +</tr></table>
    1.63 +
    1.64 +<!-- width: 400px --><table><tr>
    1.65 +<td style="color:aqua"    width="60">&nbsp;</td>
    1.66 +<td style="color:yellow"  width="80">&nbsp;</td>
    1.67 +<td style="color:fuchsia" width="60">&nbsp;</td>
    1.68 +<td style="color:blue"    width="200">&nbsp;</td>
    1.69 +</tr></table>
    1.70 +
    1.71 +<!-- width: 400px --><table><tr>
    1.72 +<td style="color:aqua"    width="100">&nbsp;</td>
    1.73 +<td style="color:yellow"  width="100">&nbsp;</td>
    1.74 +<td style="color:fuchsia" width="100">&nbsp;</td>
    1.75 +<td style="color:blue"    width="100">&nbsp;</td>
    1.76 +</tr></table>
    1.77 +
    1.78 +</body>
    1.79 +</html>

mercurial