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 53e1078d6edc229a7f67b5a934b147e1ac282f9f..1ede190ccc70ad77ebeffbca3378f91e50fc871d 100644 |
--- a/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-expected.txt |
+++ b/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-expected.txt |
@@ -19,8 +19,8 @@ PASS test("background: purple url(resources/gradient.gif) repeat center") is "re |
PASS test("background: purple url(resources/gradient.gif) no-repeat 12px") is "no-repeat" |
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 test("background-repeat: 45;") is "" |
+PASS test("background-repeat: coconut;") is "" |
PASS successfullyParsed is true |
TEST COMPLETE |