summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/374927-1-ref.html
blob: 15752c40bd1fc26055df49ba93a5cca906231454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<body>
The words "One Two Three" should appear down the right side of this page.
<table>
  <tr>
    <td width="100%"/>
    <td>One</td>
  </tr>
</table>

<table>
  <tr>
    <td width="100%"/>
    <td>Two</td>
  </tr>
</table>

<table>
  <tr>
    <td width="100%"/>
    <td>Three</td>
  </tr>
</table>

</body>
</html>