bug1379306-3-ref.html (456B)
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 tbody { position: relative; border: 30px solid blue } 10 div { position: absolute; top: 0; left: 0 } 11 12 </style> 13 <h1>Table Row Group Testcase, bug 1379306</h1> 14 15 <table> 16 <tbody> 17 <tr> 18 <td> 19 <div></div> 20 </td> 21 </tr> 22 </tbody> 23 </table>