diff options
Diffstat (limited to 'WebCore/manual-tests/plugin-in-iframe-scroll.html')
-rw-r--r-- | WebCore/manual-tests/plugin-in-iframe-scroll.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/WebCore/manual-tests/plugin-in-iframe-scroll.html b/WebCore/manual-tests/plugin-in-iframe-scroll.html deleted file mode 100644 index 182c43c..0000000 --- a/WebCore/manual-tests/plugin-in-iframe-scroll.html +++ /dev/null @@ -1,7 +0,0 @@ -<p>This test requires that accelerated compositing be disabled. Please scroll down to the bottom.</p> -<p>Both squares should be orange, with no red visible at any time.</p> -<iframe src="resources/plugin-in-iframe-scroll-iframe.html" width="300" height="300" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border:1px"></iframe> - -<div style="height:1000px"> </div> -<iframe src="resources/plugin-in-iframe-scroll-iframe.html" width="300" height="300" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border:1px"></iframe> -<div style="height:1000px"> </div> |