summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scrolling/opacity-mixed-scrolling-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/scrolling/opacity-mixed-scrolling-1.html')
-rw-r--r--layout/reftests/scrolling/opacity-mixed-scrolling-1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/scrolling/opacity-mixed-scrolling-1.html b/layout/reftests/scrolling/opacity-mixed-scrolling-1.html
new file mode 100644
index 0000000000..da4227c331
--- /dev/null
+++ b/layout/reftests/scrolling/opacity-mixed-scrolling-1.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML>
+<html>
+<body>
+<div class="scrollTop" style="overflow:hidden; width:200px; height:200px;">
+ <div style="margin:70px 20px; opacity:0.5; height:400px; background:yellow;">
+ <div style="position:absolute; background:yellow; width:50px; height:100px; top: 0; left:50px;">
+ </div>
+ </div>
+</div>
+<script src="scrolling.js"></script>
+</body>
+</html>