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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/386401-3-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,40 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
     1.5 +  "http://www.w3.org/TR/html4/strict.dtd">
     1.6 +<html lang="en-US">
     1.7 +<head>
     1.8 +  <title>Testcase, bug 386401</title>
     1.9 +  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.10 +  <meta http-equiv="Content-Style-Type" content="text/css">
    1.11 +  <meta http-equiv="Content-Script-Type" content="text/javascript">
    1.12 +  <style type="text/css">
    1.13 +
    1.14 +  table#main { border-spacing: 2px; }
    1.15 +  table#main td { border: 1px solid; padding: 2px; }
    1.16 +  table#main tbody { overflow: scroll; }
    1.17 +
    1.18 +  </style>
    1.19 +</head>
    1.20 +<body>
    1.21 +
    1.22 +<table id="outer"><tr>
    1.23 +<td>
    1.24 +
    1.25 +<table id="main">
    1.26 +  <thead><tr><td>Header</td><td>Header</td><td>A really big header</td></tr></thead>
    1.27 +  <tfoot><tr><td>Footer</td><td>Footer</td><td>Footer</td></tr></tfoot>
    1.28 +  <tbody>
    1.29 +    <tr><td>Cell</td><td>Cell</td><td>Cell</td></tr>
    1.30 +    <tr><td>Cell</td><td>Cell</td><td>Cell</td></tr>
    1.31 +    <tr><td>Cell</td><td>Cell</td><td>Cell</td></tr>
    1.32 +    <tr><td>Cell</td><td>Cell</td><td>Cell</td></tr>
    1.33 +    <tr><td>Cell</td><td>Cell</td><td>Cell</td></tr>
    1.34 +  </tbody>
    1.35 +</table>
    1.36 +
    1.37 +</td>
    1.38 +<td id="grow" style="width: 99%">
    1.39 +</td>
    1.40 +</table>
    1.41 +
    1.42 +</body>
    1.43 +</html>

mercurial