| 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 608c866cdd53fb019d545f8bf8f83244d46c1dd0..51c596c5f269f3c2765f1001365cc1769a6b23fc 100644
|
| --- a/LayoutTests/fast/backgrounds/repeat/script-tests/parsing-background-repeat.js
|
| +++ b/LayoutTests/fast/backgrounds/repeat/script-tests/parsing-background-repeat.js
|
| @@ -30,5 +30,5 @@ shouldBe('test("background: purple url(resources/gradient.gif) no-repeat 12px")'
|
| 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');
|
| +shouldBeEqualToString('test("background-repeat: 45;")', '');
|
| +shouldBeEqualToString('test("background-repeat: coconut;")', '');
|
|
|