bug1379306-2.html (416B)
1 <!DOCTYPE HTML> 2 <title>Testcase, bug 1379306</title> 3 <style> 4 5 table { background: yellow } 6 td { height: 50px; width: 200px; background: aqua; } 7 div { background: fuchsia; height: 10px; width: 20px } 8 9 tr { position: relative; border: 10px solid blue } 10 div { position: absolute; top: 0; left: 0 } 11 12 </style> 13 <h1>Table Row Testcase, bug 1379306</h1> 14 15 <table> 16 <tr> 17 <td> 18 <div></div> 19 </td> 20 </tr> 21 </table>