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

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>Balancing of tables (growing)</title>
michael@0 5 <style type="text/css">
michael@0 6
michael@0 7 table, td {
michael@0 8 border: none;
michael@0 9 margin: 0;
michael@0 10 padding: 0;
michael@0 11 border-spacing: 3px;
michael@0 12 }
michael@0 13
michael@0 14 tr { height: 1.5em; }
michael@0 15
michael@0 16 td { background: black; background: currentColor; }
michael@0 17
michael@0 18 </style>
michael@0 19 </head>
michael@0 20 <body>
michael@0 21
michael@0 22 <!-- width: 300px --><table><tr>
michael@0 23 <td style="color:aqua" width="75">&nbsp;</td>
michael@0 24 <td style="color:yellow" width="25">&nbsp;</td>
michael@0 25 <td style="color:red" width="0"></td>
michael@0 26 <td style="color:fuchsia" width="50">&nbsp;</td>
michael@0 27 <td style="color:blue" width="150">&nbsp;</td>
michael@0 28 </tr></table>
michael@0 29
michael@0 30 <!-- width: 500px --><table><tr>
michael@0 31 <td style="color:aqua" width="150">&nbsp;</td>
michael@0 32 <td style="color:yellow" width="50">&nbsp;</td>
michael@0 33 <td style="color:red" width="0"></td>
michael@0 34 <td style="color:fuchsia" width="50">&nbsp;</td>
michael@0 35 <td style="color:blue" width="250">&nbsp;</td>
michael@0 36 </tr></table>
michael@0 37
michael@0 38 <!-- width: 420px --><table><tr>
michael@0 39 <td style="color:aqua" width="105">&nbsp;</td>
michael@0 40 <td style="color:yellow" width="35">&nbsp;</td>
michael@0 41 <td style="color:red" width="0"></td>
michael@0 42 <td style="color:fuchsia" width="70">&nbsp;</td>
michael@0 43 <td style="color:blue" width="210">&nbsp;</td>
michael@0 44 </tr></table>
michael@0 45
michael@0 46 <!-- width: 400px --><table><tr>
michael@0 47 <td style="color:aqua" width="50">&nbsp;</td>
michael@0 48 <td style="color:yellow" width="50">&nbsp;</td>
michael@0 49 <td style="color:red" width="0"></td>
michael@0 50 <td style="color:fuchsia" width="50">&nbsp;</td>
michael@0 51 <td style="color:blue" width="250">&nbsp;</td>
michael@0 52 </tr></table>
michael@0 53
michael@0 54 <!-- width: 420px --><table><tr>
michael@0 55 <td style="color:aqua" width="75">&nbsp;</td>
michael@0 56 <td style="color:yellow" width="85">&nbsp;</td>
michael@0 57 <td style="color:fuchsia" width="50">&nbsp;</td>
michael@0 58 <td style="color:blue" width="210">&nbsp;</td>
michael@0 59 </tr></table>
michael@0 60
michael@0 61 <!-- width: 400px --><table><tr>
michael@0 62 <td style="color:aqua" width="60">&nbsp;</td>
michael@0 63 <td style="color:yellow" width="80">&nbsp;</td>
michael@0 64 <td style="color:fuchsia" width="60">&nbsp;</td>
michael@0 65 <td style="color:blue" width="200">&nbsp;</td>
michael@0 66 </tr></table>
michael@0 67
michael@0 68 <!-- width: 400px --><table><tr>
michael@0 69 <td style="color:aqua" width="100">&nbsp;</td>
michael@0 70 <td style="color:yellow" width="100">&nbsp;</td>
michael@0 71 <td style="color:fuchsia" width="100">&nbsp;</td>
michael@0 72 <td style="color:blue" width="100">&nbsp;</td>
michael@0 73 </tr></table>
michael@0 74
michael@0 75 </body>
michael@0 76 </html>

mercurial