Index: LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-expected.txt |
diff --git a/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-expected.txt b/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-expected.txt |
index 43a1b06eac72b9dbef40de1e91f4e760463d522f..53e1078d6edc229a7f67b5a934b147e1ac282f9f 100644 |
--- a/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-expected.txt |
+++ b/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-expected.txt |
@@ -17,8 +17,8 @@ PASS test("background: purple url(resources/gradient.gif) repeat-x top left") is |
PASS test("background: purple url(resources/gradient.gif) repeat-y 50% 50%") is "repeat-y" |
PASS test("background: purple url(resources/gradient.gif) repeat center") is "repeat" |
PASS test("background: purple url(resources/gradient.gif) no-repeat 12px") is "no-repeat" |
-PASS test("background: purple url(resources/gradient.gif) round left 50") is "round" |
-PASS test("background: purple url(resources/gradient.gif) space 25 25") is "space" |
+PASS test("background: purple url(resources/gradient.gif) round left 50px") is "round" |
+PASS test("background: purple url(resources/gradient.gif) space 25px 25px") is "space" |
PASS test("background-repeat: 45;") is null |
PASS test("background-repeat: coconut;") is null |
PASS successfullyParsed is true |