https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4bda2aa18a9f4abaf8135998389f4edc5963b253 authored by ffxbld on 08 September 2011, 19:38:22 UTC
Added tag FIREFOX_7_0b5_BUILD1 for changeset d70ed894123a. CLOSED TREE a=release
Tip revision: 4bda2aa
379361-2.html
<html>
<body>

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

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

</body>
</html>
back to top