1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/abs-pos/table-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <body style="margin: 0"> 1.7 + <table style="position: relative; top: 100px; left: 50px; border: 1px solid red; width: 90px; height: 100px; border-spacing: 0"> 1.8 + <caption>foo</caption> 1.9 + <tr> 1.10 + <td style="padding: 0"> 1.11 + </td> 1.12 + </tr> 1.13 + </table> 1.14 + <div style="position: absolute; top: 110px; left: 70px; border: 1px solid green; width: 50px; height: 60px;"></div> 1.15 + </body> 1.16 +</html>