Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 451876-2-ref.html
blob3714a83f6461eaf0b135078b470eb3bc56dd16d4
1 <!doctype html>
2 <html>
3 <head>
4 <style type="text/css">
5 div {
6 overflow: hidden;
7 height: 100px;
9 table {
10 table-layout: fixed;
11 border: 1px solid #000;
12 width: 100%;
14 td {
15 border: 1px solid #000;
17 </style>
18 </head>
19 <body>
20 <div>
21 <table>
22 <tr>
23 <td width="200">Header1</td><td>Header2</td>
24 </tr>
25 <tr>
26 <td>Cell1</td><td>Cell2</td>
27 </tr>
28 </table>
29 </div>
30 </body>
31 </html>