summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-html/bug1379306-3-ref.html
blob: 461b2e8b6ebf940bc516695d1471fd96d2776df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML>
<title>Testcase, bug 1379306</title>
<style>

table { background: yellow }
td { height: 50px; width: 200px; background: aqua; }
div { background: fuchsia; height: 10px; width: 20px }

tbody { position: relative; border: 30px solid blue }
div { position: absolute; top: 0; left: 0 }

</style>
<h1>Table Row Group Testcase, bug 1379306</h1>

<table>
  <tbody>
    <tr>
      <td>
        <div></div>
      </td>
    </tr>
  </tbody>
</table>