Index: LayoutTests/fast/backgrounds/background-position-origin-initial-expected.html |
diff --git a/LayoutTests/fast/backgrounds/background-position-origin-initial-expected.html b/LayoutTests/fast/backgrounds/background-position-origin-initial-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..80d3f43166f266aabc15e12c37158ef6557d4992 |
--- /dev/null |
+++ b/LayoutTests/fast/backgrounds/background-position-origin-initial-expected.html |
@@ -0,0 +1,20 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>background-position: initial on top of 4-value</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> |