summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/402629-2-iframe.html
blob: 4f04fb2573b4ac0b390e995c39e8212bc307e41a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html style="height:10%">
<body style="height:100%; margin:0px;padding:0px;">
<table style="height:100%" cellpadding="0px" cellspacing="0px">
 <tr>
  <td style="height: 100%; background: lightblue;">
   Outside the div
   <div style="height:100%">
    <table style="height:100%" cellpadding="0px" cellspacing="0px">
     <tr>
       <td style="height: 100%; background:lightgreen;">
        Inside div
       </td>
     </tr>
    </table>
   </div>
  </td>
 </tr>
</table>
</body>
</html>