summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/370525-1.html
blob: 67df5206c2e31af20fc77f956ae5499e0302d8a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<head>
  <title>Bug 370525 Testcase</title>
</head>
<body>
  <table style="border: 2px solid blue;">
    <tr><td>
      <table style="height: 100%; border: 1px dotted red;">
        <tr><td>Table 1</td></tr>
      </table>
      <table style="height: 100%; border: 1px dotted red;">
        <tr><td>Table 2</td></tr>
      </table>
    </td></tr>
  </table>
</body>
</html>