summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-anonymous-boxes/156888-2-ref.html
blob: 5a3c5cfebc8c5ee74f85355ccfbf3217600eca3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <body>
    <table border="5">
      <tr>
        <td>Row 1</td>
      </tr>
      <tr>
        <td>Row 2</td>
      </tr>
      <tr>
        <td>Row 3</td>
      </tr>
      <tr style="display: inline">
        <td>Row 4</td>
      </tr>
    </table>
  </body>
</html>