Index: LayoutTests/compositing/fixed-background-composited-html-expected.html |
diff --git a/LayoutTests/compositing/fixed-background-composited-html-expected.html b/LayoutTests/compositing/fixed-background-composited-html-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ffa6f715a40fc28653af32cc0659b3152cf8698a |
--- /dev/null |
+++ b/LayoutTests/compositing/fixed-background-composited-html-expected.html |
@@ -0,0 +1,20 @@ |
+<!DOCTYPE html> |
+ |
+<html> |
+<head> |
+ <style> |
+ html { |
+ -webkit-transform: translateZ(0); |
+ } |
+ body { |
+ height: 2000px; |
+ background-image: url('../../../../compositing/resources/simple_image.png'); |
+ background-size: 200px 200px; |
+ background-attachment: fixed; |
+ overflow: hidden; /* hide scrollbar */ |
+ } |
+ </style> |
+</head> |
+<body> |
+</body> |
+</html> |