summaryrefslogtreecommitdiffstats
path: root/layout/reftests/columns/basic-ref.html
blob: 21f74a6ccaee5975ab0238b17bc743f54c7a537a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <style>
  table { border-spacing:0 }
  td { vertical-align: baseline; padding:0; }
  </style>
</head>
<body>
  <table border="0" width="100%">
    <tr>
      <td width="50%">Hello</td>
      <td width="50%">Kitty</td>
    </tr>
  </table>
</body>
</html>