summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/379361-1-ref.html
blob: 589571025003d0dcf49f4cad456e309b604fdb03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>

<table width="500px" cellspacing="0" cellpadding="0">
  <tr>
    <td style="width: 200px; background: yellow">Cell A</td>
    <td style="width: 300px; background: lightgreen">This text should be on one line</td>
  </tr>

  <tr>
    <td style="width: 100px; background: lightblue" colspan="2">Cell B</td>
  </tr>
</table>

</body>
</html>