Bug 1800044 [wpt PR 36907] - Fix same URL navigation test, a=testonly
[gecko.git] / layout / reftests / table-html / bug1379306-2-ref.html
blob323969dfa321364c818d2733fd766a51093f31e8
1 <!DOCTYPE HTML>
2 <title>Table Row Testcase, bug 1379306</title>
3 <style>
5 table { background: yellow }
6 td { height: 50px; width: 200px; background: aqua; }
7 div { background: fuchsia; height: 10px; width: 20px }
9 tr { position: relative; border: 30px solid blue; }
10 div { position: absolute; top: 0; left: 0 }
12 </style>
13 <h1>Table Row Testcase, bug 1379306</h1>
15 <table>
16 <tr>
17 <td>
18 <div></div>
19 </td>
20 </tr>
21 </table>