Home | History | Annotate | Download | only in plugins
      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 
      3 <head>
      4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      5 <title>Flash In IFrame Test File</title>
      6 </head>
      7 
      8 <body>
      9 
     10     <b> This manual tests clipping and translation of plugin loaded as the src of an iframe
     11         inside a div with auto overflow. The flash in the middle of this page should be clipped
     12         to the size of the div and should scroll properly when scrolling the main frame as well
     13         as the div itself. This was a problem for GTK+ in
     14         <a href="https://bugs.webkit.org/show_bug.cgi?id=57644">bug 57644</a>.
     15     </b>
     16     <div style="height:300px;">&nbsp;</div>
     17     <div style="width: 500px; height: 300px; overflow: auto;">
     18         <div style="height:100px;">&nbsp;</div>
     19         <iframe width="600" height="368" src="test.swf" frameborder="0" allowfullscreen></iframe>
     20         <div style="height:100px;">&nbsp;</div>
     21     </div>
     22     <div style="height:300px;">&nbsp;</div>
     23 <br clear="all">
     24 </body>
     25 
     26 </html>
     27