Index: LayoutTests/fast/backgrounds/background-position-x-origin-expected.html |
diff --git a/LayoutTests/fast/backgrounds/background-position-x-origin-expected.html b/LayoutTests/fast/backgrounds/background-position-x-origin-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c1009224987a9545dd2f9ae0b649a9055c5329d6 |
--- /dev/null |
+++ b/LayoutTests/fast/backgrounds/background-position-x-origin-expected.html |
@@ -0,0 +1,20 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>background-position-x: initial on top of 4-value background-position</title> |
+ <style> |
+body { margin: 0 } |
+.ref { |
+ height: 100px; |
+ width: 100px; |
+ top: 100px; |
+ left: 0; |
+ background-color: green; |
+ position: absolute; |
+} |
+ </style> |
+ </head> |
+ <body> |
+ <div class="ref"></div> |
+ </body> |
+</html> |