WebCore/manual-tests/qt/plugin-iframe.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <html>
       
     2     <head>
       
     3         <style>
       
     4             html, body {
       
     5                 background-color: blue;
       
     6                 color: white;
       
     7             }
       
     8             #spacer {
       
     9                 width: 100%;
       
    10                 height: 1000px;
       
    11                 background-color: yellow;
       
    12             }
       
    13         </style>
       
    14         </script>
       
    15     </head>
       
    16     <body>
       
    17         <p>
       
    18             Scroll the view, ensure that plugin scrolls in sync with the view.
       
    19         </p>
       
    20 
       
    21         <iframe src="plugin-sibling-frame-include.html" width="200" height="200" 
       
    22             frameborder="0" scrolling="auto" name="myInlineFrame"></iframe>
       
    23         <div id="spacer"><p>content</p></div>
       
    24     </body>
       
    25 </html>
       
    26