summaryrefslogtreecommitdiffstats
path: root/dom/plugins/test/reftest/windowless-clipping-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/plugins/test/reftest/windowless-clipping-1.html')
-rw-r--r--dom/plugins/test/reftest/windowless-clipping-1.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/dom/plugins/test/reftest/windowless-clipping-1.html b/dom/plugins/test/reftest/windowless-clipping-1.html
new file mode 100644
index 000000000..dc1c25ac1
--- /dev/null
+++ b/dom/plugins/test/reftest/windowless-clipping-1.html
@@ -0,0 +1,15 @@
+<html class="reftest-wait">
+<head>
+<script src="utils.js">
+</script>
+</head>
+<body onLoad="forceLoadPlugin('p1')">
+<div style="width:100px; height:100px; overflow:hidden;">
+ <embed type="application/x-test" style="width:200px;"></embed>
+</div>
+<div style="width:100px; height:100px; overflow:hidden;">
+ <embed type="application/x-test" style="width:200px;"
+ drawmode="solid" color="ff00ff00" id="p1"></embed>
+</div>
+</body>
+</html>