diff options
Diffstat (limited to 'Source/WebCore/manual-tests/resources/plugin-in-iframe-scroll-iframe.html')
-rw-r--r-- | Source/WebCore/manual-tests/resources/plugin-in-iframe-scroll-iframe.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/resources/plugin-in-iframe-scroll-iframe.html b/Source/WebCore/manual-tests/resources/plugin-in-iframe-scroll-iframe.html new file mode 100644 index 0000000..b2593b0 --- /dev/null +++ b/Source/WebCore/manual-tests/resources/plugin-in-iframe-scroll-iframe.html @@ -0,0 +1,6 @@ +<object type="video/quicktime" style="background-color: red; width: 298px; height: 298px; border:solid 1px"> + <param name="src" value="orange.mov"> + <param name="controller" value="false"> + <param name="autoplay" value="false"> + <param name="scale" value="tofit"> +</object> |