| <html xmlns="http://www.w3.org/1999/xhtml"> |
| |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| <title>Flash In IFrame Test File</title> |
| </head> |
| |
| <body> |
| |
| <b> This manual tests clipping and translation of plugin loaded as the src of an iframe |
| inside a div with auto overflow. The flash in the middle of this page should be clipped |
| to the size of the div and should scroll properly when scrolling the main frame as well |
| as the div itself. This was a problem for GTK+ in |
| <a href="https://bugs.webkit.org/show_bug.cgi?id=57644">bug 57644</a>. |
| </b> |
| <div style="height:300px;"> </div> |
| <div style="width: 500px; height: 300px; overflow: auto;"> |
| <div style="height:100px;"> </div> |
| <iframe width="600" height="368" src="test.swf" frameborder="0" allowfullscreen></iframe> |
| <div style="height:100px;"> </div> |
| </div> |
| <div style="height:300px;"> </div> |
| <br clear="all"> |
| </body> |
| |
| </html> |