summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/bg-fixed-child-clip-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/async-scrolling/bg-fixed-child-clip-ref.html')
-rw-r--r--layout/reftests/async-scrolling/bg-fixed-child-clip-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/async-scrolling/bg-fixed-child-clip-ref.html b/layout/reftests/async-scrolling/bg-fixed-child-clip-ref.html
new file mode 100644
index 0000000000..7ae3847742
--- /dev/null
+++ b/layout/reftests/async-scrolling/bg-fixed-child-clip-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<html>
+<body style="overflow:hidden; margin:0;">
+ <div style="margin-top: 50px; height: 100px;
+ background-image:url(repeatable-diagonal-gradient.png);
+ background-attachment:fixed;
+ background-repeat:no-repeat;
+ background-position:top left;">
+ </div>
+</body>
+</html>