~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to ManualTests/plugins/windowed-in-iframe.html

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 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>
 
16
 
 
17
    <iframe width="600" height="368" src="test.swf" frameborder="0" allowfullscreen></iframe>
 
18
<br clear="all">
 
19
</body>
 
20
 
 
21
</html>