Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug131020.html
1 <html><head><title>Testcase for bug 131020</title></head>
2 <body style="overflow: hidden;">
3
4
5 <table width="800" height="100%" border="1">
6   <tr> 
7     <td> 
8       <table width="100%" height="100%" border="1">
9         <tr> 
10           <td><iframe width="100%" height="100%" 
11                       src="bug131020_iframe.html"
12                       style="border:5px solid blue">
13               </iframe></td>
14         </tr>
15       </table>
16     </td>
17   </tr>
18 </table>
19
20
21 </body></html>