layout/reftests/bugs/451876-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/451876-1-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 +div {
     1.8 + overflow: hidden;
     1.9 + height: 100px;
    1.10 +}
    1.11 +table {
    1.12 + table-layout: fixed;
    1.13 + border: 1px solid #000;
    1.14 + width: 100%;
    1.15 +}
    1.16 +td {
    1.17 + border: 1px solid #000;
    1.18 +}
    1.19 +</style>
    1.20 +</head>
    1.21 +<body>
    1.22 +<div>
    1.23 + <table>
    1.24 +  <tr>
    1.25 +   <td width="200">Header1</td><td>Header2</td>
    1.26 +  </tr>
    1.27 +  <tr>
    1.28 +   <td>Cell1</td><td>Cell2</td>
    1.29 +  </tr>
    1.30 + </table>
    1.31 +</div>
    1.32 +</body>
    1.33 +</html>

mercurial