summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/resources/nested-plug-ins-outer-frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/resources/nested-plug-ins-outer-frame.html')
-rw-r--r--WebCore/manual-tests/resources/nested-plug-ins-outer-frame.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/manual-tests/resources/nested-plug-ins-outer-frame.html b/WebCore/manual-tests/resources/nested-plug-ins-outer-frame.html
new file mode 100644
index 0000000..c447d16
--- /dev/null
+++ b/WebCore/manual-tests/resources/nested-plug-ins-outer-frame.html
@@ -0,0 +1,3 @@
+<embed id="plugin" width='100' height='100' src='spinbox.swf' wmode='window'>
+<br>
+<iframe style="height: 200px; width: 200px;" id='inner' src='nested-plug-ins-inner-frame.html'></iframe>