Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / plugins / windowed-in-iframe.html
blobfdb937c86a5dd7344ac53aaff12f491cd32780dd
1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title>Flash In IFrame Test File</title>
6 </head>
8 <body>
10 <b> This manual tests verifies that when a plugin is loaded as the src of an iframe
11 and that iframe is outside of the viewport of the page, the plugin does not appear
12 in the upper left of the frame. When this page loads you should not see the Flash movie.
13 It should be shown only after you scroll to the bottom of the page. This was a problem for
14 GTK+ in <a href="https://bugs.webkit.org/show_bug.cgi?id=37769">bug 37769</a></b> <br/><br/>
15 <div style="height:2000px;">&nbsp;</div>
17 <iframe width="600" height="368" src="test.swf" frameborder="0" allowfullscreen></iframe>
18 <br clear="all">
19 </body>
21 </html>