summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/68061-2-ref.xml
blob: 78dc8e21c6db0e629e9aa224fe9d12e40aec9db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  <body>
    <table border="1">
      <tbody>
        <tr>
          <th>Division</th><th>Revenue</th><th>Growth</th><th>Bonus</th>
        </tr>
        <tr>
          <td><em>North</em></td><td>10</td><td>9</td><td>7</td>
        </tr>
        <tr>
          <td><em>West</em></td><td>6</td><td>-1.5</td><td>2</td>
        </tr>
        <tr>
          <td><em>South</em></td><td>4</td><td>3</td><td>4</td>
        </tr>
      </tbody>
    </table>
  </body>
</html>