layout/reftests/bugs/368504-3-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <html>
     2 <head><style>
     3   /* cellspacing=0 cellpadding=0          */
     4   table  { border-spacing: 0 }
     5   td, th { padding: 0 }
     7   /* Table width */
     8   table { width: 500px; }
    10   /* Cell colors + widths */
    11   td.a { background: lightgreen; width: 100px;    }
    12   td.b { background: yellow;     width: 60%;      }
    13   td.c { background: lightblue;  width: 30%;      }
    14 </style></head>
    15 <body>
    16 <table>
    17   <tr>
    18     <td class="a">a</td>
    19     <td class="b">b</td>
    20     <td class="c">c</td>
    21   </tr>
    22 </table>
    23 </body>
    24 </html>

mercurial