From cad810f21b803229eb11403f9209855525a25d57 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 6 May 2011 11:45:16 +0100 Subject: Merge WebKit at r75315: Initial merge by git. Change-Id: I570314b346ce101c935ed22a626b48c2af266b84 --- Source/WebCore/manual-tests/nested-plug-ins.html | 45 ++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Source/WebCore/manual-tests/nested-plug-ins.html (limited to 'Source/WebCore/manual-tests/nested-plug-ins.html') diff --git a/Source/WebCore/manual-tests/nested-plug-ins.html b/Source/WebCore/manual-tests/nested-plug-ins.html new file mode 100644 index 0000000..20a11fa --- /dev/null +++ b/Source/WebCore/manual-tests/nested-plug-ins.html @@ -0,0 +1,45 @@ + +

+ Play with the display and visibility toggles. Make sure that turning an inner element visible does not show it if it has a hidden or + non-displaying ancestor, and that making an ancestor visible and displaying shows only its descendants the are visible and displaying. +

+ + + + + + + + + + +
+ Outer frame display + + Inner frame display +
+ Outer frame visibility + + Inner frame visibility + + Inner plug-in visibility +
+ + -- cgit v1.1