summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/qt/plugin-sibling-frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/qt/plugin-sibling-frame.html')
-rw-r--r--Source/WebCore/manual-tests/qt/plugin-sibling-frame.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/qt/plugin-sibling-frame.html b/Source/WebCore/manual-tests/qt/plugin-sibling-frame.html
new file mode 100644
index 0000000..74e339a
--- /dev/null
+++ b/Source/WebCore/manual-tests/qt/plugin-sibling-frame.html
@@ -0,0 +1,6 @@
+<html>
+<head><title>Move the frame to hide the plugin fully</title></head>
+<frameset cols="25%,50%,25%">
+ <frame src="plugin-sibling-frame-include.html">
+</frameset>
+</html>