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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/451876-2-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +<!doctype html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style type="text/css">
     1.8 +div {
     1.9 + overflow: hidden;
    1.10 + height: 100px;
    1.11 +}
    1.12 +table {
    1.13 + table-layout: fixed;
    1.14 + border: 1px solid #000;
    1.15 + width: 100%;
    1.16 +}
    1.17 +td {
    1.18 + border: 1px solid #000;
    1.19 +}
    1.20 +</style>
    1.21 +</head>
    1.22 +<body>
    1.23 +<div>
    1.24 + <table>
    1.25 +  <tr>
    1.26 +   <td width="200">Header1</td><td>Header2</td>
    1.27 +  </tr>
    1.28 +  <tr>
    1.29 +   <td>Cell1</td><td>Cell2</td>
    1.30 +  </tr>
    1.31 + </table>
    1.32 +</div>
    1.33 +</body>
    1.34 +</html>

mercurial