layout/reftests/table-width/percent-large-nested.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 td > table {
     8   border-spacing: 3px 5px;
     9   padding: 2px 3px 4px 5px;
    10 }
    12 td {
    13   border: none;
    14   padding: 0;
    15 }
    17 span {
    18   display: inline-block;
    19   width: 50px;
    20   background: fuchsia;
    21   color: fuchsia;
    22 }
    24 </style>
    25 </head>
    26 <body>
    28 <table border><tr><td>
    29 <table><tr>
    30 <td style="background: yellow;color:yellow" width="50%"><span>x</span></td>
    31 <td style="background:aqua;color:aqua"><span>x</span>&#x200b;<span>x</span>&#x200b;<span>x</span></td>
    32 </tr></table>
    33 </td></tr></table>
    35 </body>
    36 </html>

mercurial