layout/reftests/table-width/colspan-percent-distribution-2-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/table-width/colspan-percent-distribution-2-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<style type="text/css">
     1.7 +  table { width: 200px;   }
     1.8 +  td.a  { background: lightgreen; }
     1.9 +  td.b  { background: orange;     }
    1.10 +  td.c  { background: yellow;     }
    1.11 +  td.d  { background: lightblue;  }
    1.12 +  td.e  { background: teal;     }
    1.13 +
    1.14 +  /* cellspacing=0 cellpadding=0 */
    1.15 +  table  { border-spacing: 0 }
    1.16 +  td, th { padding: 0 }
    1.17 +</style>
    1.18 +</head>
    1.19 +<body>
    1.20 +<table>
    1.21 +  <tr>
    1.22 +    <td class="a" style="width: 50%;">x</td>
    1.23 +    <td class="a" style="width: 50%;">&nbsp</td>
    1.24 +    <td class="b">x</td>
    1.25 +  </tr>
    1.26 +  <tr>
    1.27 +    <td class="c">x</td>
    1.28 +    <td class="d">x</td>
    1.29 +    <td class="e">x</td>
    1.30 +  </tr>
    1.31 +</table>
    1.32 +</body>
    1.33 +</html>

mercurial