summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/381507-iframe.html
blob: 38276624a6a5a22ee7463a32032537d9b2db2d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>
<table height="30%"    bgcolor="green"
       cellspacing="0" cellpadding="0">
 <tr><td>
 +
  <table height="100%"   bgcolor="orange"
         cellspacing="0" cellpadding="0">
   <tr><td>
   +
   </td></tr>
  </table>
 </td></tr>
</table>
</body>
</html>