diff options
Diffstat (limited to 'WebCore/manual-tests/resources/plugin-in-iframe-scroll-iframe.html')
-rw-r--r-- | WebCore/manual-tests/resources/plugin-in-iframe-scroll-iframe.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/manual-tests/resources/plugin-in-iframe-scroll-iframe.html b/WebCore/manual-tests/resources/plugin-in-iframe-scroll-iframe.html deleted file mode 100644 index b2593b0..0000000 --- a/WebCore/manual-tests/resources/plugin-in-iframe-scroll-iframe.html +++ /dev/null @@ -1,6 +0,0 @@ -<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> |