1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/402629-2-iframe.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html style="height:10%"> 1.6 +<body style="height:100%; margin:0px;padding:0px;"> 1.7 +<table style="height:100%" cellpadding="0px" cellspacing="0px"> 1.8 + <tr> 1.9 + <td style="height: 100%; background: lightblue;"> 1.10 + Outside the div 1.11 + <div style="height:100%"> 1.12 + <table style="height:100%" cellpadding="0px" cellspacing="0px"> 1.13 + <tr> 1.14 + <td style="height: 100%; background:lightgreen;"> 1.15 + Inside div 1.16 + </td> 1.17 + </tr> 1.18 + </table> 1.19 + </div> 1.20 + </td> 1.21 + </tr> 1.22 +</table> 1.23 +</body> 1.24 +</html>