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