Index: LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt |
diff --git a/LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt b/LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt |
index 646150c14a36c44436eef88e225fa919502a31d6..ee6b3ee30c729b3015ad2a420fb367d1d6343568 100644 |
--- a/LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt |
+++ b/LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt |
@@ -1,2 +1,17 @@ |
-This div should have a horizontal repeating background |
-Pass |
+This div should have a horizontal repeating background (background-repeat:repeat-x) |
+This div should have a vertical repeating background (background-repeat:repeat-y) |
+This div should have a horizontal repeating background (background-repeat-y:no-repeat) |
+This div should have a vertical repeating background (background-repeat-x:no-repeat) |
+This div should have vertical and horizontal repeating background () |
+This div should have vertical and horizontal repeating background (background-repeat-x:repeat; background-repeat-y:repeat) |
+This div should have a horizontal repeating background (background-repeat: no-repeat; background-repeat-x:repeat) |
+This div should have a vertical repeating background (background-repeat: no-repeat; background-repeat-y:repeat) |
+This div should have a vertical and horizontal repeating background (background-repeat: repeat;) |
+This div should have vertical and horizontal repeating background (background-repeat-x:repeat; background-repeat-y:repeat) |
+This div should have no repeating background () |
+This div should have no repeating background (background-repeat-x:no-repeat; background-repeat-y:no-repeat) |
+This div should have no repeating background: invalid css (background-repeat-x:repeat-y; background-repeat-y:repeat-x) |
+This div should have no repeating background: invalid css (background-repeat-x:repeat-x; background-repeat-y:repeat-y) |
+This div should have no repeating background: invalid css (background-repeat-x:10px;) |
+This div should have no repeating background: invalid css (background-repeat:black;) |
+Passed |