layout/reftests/bugs/402629-1-iframe.html

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

mercurial