1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/50257-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<html> 1.5 +<body> 1.6 +<div style="margin-bottom: -1"> 1.7 +<img height=1> 1.8 +</div> 1.9 +<table align=left> 1.10 + <td> 1.11 + <table> 1.12 + <td> 1.13 + </table> 1.14 + </td> 1.15 + <td> 1.16 + <table cols=2> 1.17 + <td> 1.18 + </table> 1.19 + </td> 1.20 +</table> 1.21 +<br clear="left"> 1.22 +</body> 1.23 +</html>