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..0db59d7331a6b50ee7d5f44aac388a19d582b37a 100644 |
--- a/LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt |
+++ b/LayoutTests/fast/backgrounds/background-repeat-computed-style-expected.txt |
@@ -1,2 +1,13 @@ |
-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) |
+Passed |