summaryrefslogtreecommitdiff
path: root/test/html/render/hackernews.ref.html
blob: 473ef6e62da01af52f0c15d7aecfa4f4d890c636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <title>Hacker News table test</title>
  </head>
  <body style="margin: 0px">
    <table style="width: 300px" border=0 cellspacing=0 bgcolor="#f6f6ef">
      <tr>
        <td bgcolor="#ff6600" border=0 cellspacing=0>
          Hello world.
        </td>
      </tr>
    </table>
  </body>
</html>