diff options
| author | Feng Qian <> | 2009-04-10 18:11:29 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-10 18:11:29 -0700 |
| commit | 8f72e70a9fd78eec56623b3a62e68f16b7b27e28 (patch) | |
| tree | 181bf9a400c30a1bf34ea6d72560e8d00111d549 /WebCore/manual-tests/gtk/plugin-resize-scroll.html | |
| parent | 7ed56f225e0ade046e1c2178977f72b2d896f196 (diff) | |
| download | external_webkit-8f72e70a9fd78eec56623b3a62e68f16b7b27e28.zip external_webkit-8f72e70a9fd78eec56623b3a62e68f16b7b27e28.tar.gz external_webkit-8f72e70a9fd78eec56623b3a62e68f16b7b27e28.tar.bz2 | |
AI 145796: Land the WebKit merge @r42026.
Automated import of CL 145796
Diffstat (limited to 'WebCore/manual-tests/gtk/plugin-resize-scroll.html')
| -rw-r--r-- | WebCore/manual-tests/gtk/plugin-resize-scroll.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/WebCore/manual-tests/gtk/plugin-resize-scroll.html b/WebCore/manual-tests/gtk/plugin-resize-scroll.html new file mode 100644 index 0000000..d452b95 --- /dev/null +++ b/WebCore/manual-tests/gtk/plugin-resize-scroll.html @@ -0,0 +1,28 @@ +<html> + <head> + <style> + html, body { + background-color: blue; + color: white; + } + #spacer { + width: 100%; + height: 1000px; + background-color: yellow; + } + </style> + </script> + </head> + <body> + <p> + Resize the browser, ensure that the plugin resizes and does not produce a greyish border. + Scroll the view, ensure that plugin scrolls out of view. + </p> + + <embed id="embed" height="100" style="width: 100%" pbgcolor="green" + src="http://www.tizag.com/pics/example.swf" type="application/x-shockwave-flash"/> + + <div id="spacer"><p>content</p></div> + </body> +</html> + |
