Index: LayoutTests/fast/backgrounds/repeat/script-tests/parsing-background-repeat.js |
diff --git a/LayoutTests/fast/backgrounds/repeat/script-tests/parsing-background-repeat.js b/LayoutTests/fast/backgrounds/repeat/script-tests/parsing-background-repeat.js |
index 72a1331ff7acce0f6398232261e274ac96f64f13..608c866cdd53fb019d545f8bf8f83244d46c1dd0 100644 |
--- a/LayoutTests/fast/backgrounds/repeat/script-tests/parsing-background-repeat.js |
+++ b/LayoutTests/fast/backgrounds/repeat/script-tests/parsing-background-repeat.js |
@@ -27,8 +27,8 @@ shouldBe('test("background: purple url(resources/gradient.gif) repeat-x top left |
shouldBe('test("background: purple url(resources/gradient.gif) repeat-y 50% 50%")', '"repeat-y"'); |
shouldBe('test("background: purple url(resources/gradient.gif) repeat center")', '"repeat"'); |
shouldBe('test("background: purple url(resources/gradient.gif) no-repeat 12px")', '"no-repeat"'); |
-shouldBe('test("background: purple url(resources/gradient.gif) round left 50")', '"round"'); |
-shouldBe('test("background: purple url(resources/gradient.gif) space 25 25")', '"space"'); |
+shouldBe('test("background: purple url(resources/gradient.gif) round left 50px")', '"round"'); |
+shouldBe('test("background: purple url(resources/gradient.gif) space 25px 25px")', '"space"'); |
shouldBe('test("background-repeat: 45;")', 'null'); |
shouldBe('test("background-repeat: coconut;")', 'null'); |