summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html')
-rw-r--r--layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html b/layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html
new file mode 100644
index 0000000000..a59d053c49
--- /dev/null
+++ b/layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+
+<style>
+
+body {
+ margin: 0;
+ overflow: hidden;
+}
+
+div {
+ height: 1400px;
+ background: url(repeatable-diagonal-gradient.png) top left / 512px 512px no-repeat
+}
+
+</style>
+
+<div></div>
+</html>