1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/402629-3-iframe.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<style> 1.6 + html { height: 50%; } 1.7 + body { height:100%; } 1.8 + table { height:100%; } 1.9 + div { height:100%; } 1.10 + td.green { background:lightgreen } 1.11 + td.fill { height: 100% } 1.12 +</style> 1.13 +<html> 1.14 +<body> 1.15 + <table cellpadding="0" cellspacing="0"> 1.16 + <tr> 1.17 + <td class="fill"><div> 1.18 + <table cellpadding="0" cellspacing="0"> 1.19 + <tr><td class="green">foo</td></tr> 1.20 + </table> 1.21 + </div></td> 1.22 + </tr> 1.23 + </table> 1.24 +</body> 1.25 +</html>