layout/reftests/w3c-css/submitted/values3/calc-height-table-1-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>CSS Reference: Test that height:calc() with no percentages has an effect on inner table elements</title>
     5   <link rel="author" title="L. David Baron" href="http://dbaron.org/">
     6   <meta name="flags" content="">
     7 <style type="text/css">
     8 tbody, tr, td {
     9   height: 500px;
    10   min-height: 700px;
    11   max-height: 2px;
    12 }
    13 </style>
    14 </head>
    15 <body>
    16 <table border>
    17   <tbody>
    18     <tr>
    19       <td>cell</td>
    20       <td>cell</td>
    21     </tr>
    22     <tr>
    23       <td>cell</td>
    24       <td>cell</td>
    25     </tr>
    26   </tbody>
    27 </table>
    28 </body>
    29 </html>

mercurial