1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/387233-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<html> 1.5 +<body> 1.6 + 1.7 +<div style="display: -moz-inline-box; background: yellow;"> 1.8 + <table style="height: 101%; background: lightgreen;"> 1.9 + <tr> 1.10 + <td></td> 1.11 + </tr> 1.12 + </table> 1.13 + <div> 1.14 + c 1.15 + <div style="height: 100%; background: lightblue;"> 1.16 + </div> 1.17 + </div> 1.18 +</div> 1.19 + 1.20 +</body> 1.21 +</html>