Index: LayoutTests/fast/backgrounds/background-img-repeat.html |
diff --git a/LayoutTests/fast/backgrounds/background-img-repeat.html b/LayoutTests/fast/backgrounds/background-img-repeat.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e11ca2d79c10705ee72e7e58d73b512871f05339 |
--- /dev/null |
+++ b/LayoutTests/fast/backgrounds/background-img-repeat.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+<style> |
+ div { |
+ background: url('resources/bgimg1x50.png') repeat-x left top; |
+ background-size: auto 100%; |
+ } |
+</style> |
+</head> |
+<body> |
+ <div>This text should have green background.<div> |
+</body> |
+</html> |