layout/reftests/table-width/percent-truncation-2-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!DOCTYPE HTML>
     2 <html>
     3 <head>
     4 <title>Percent widths on table cells</title>
     5 <style type="text/css">
     7 table {
     8   border-spacing: 0;
     9   padding: 0;
    10   border: none;
    11   empty-cells: show;
    12 }
    14 td {
    15   border: none;
    16   padding: 0;
    17 }
    19 </style>
    20 </head>
    21 <body>
    23 <table><tr height="50">
    24 <td style="background:yellow" ><div style="width:200px"></div></td>
    25 <td style="background:aqua"   ><div style="width:200px"></div></td>
    26 <td style="background:fuchsia"><div style="width:100px"></div></td>
    27 <td style="background:blue"   ></td>
    28 </tr></table>
    30 </body>
    31 </html>

mercurial