Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Unified Diff: LayoutTests/fast/backgrounds/repeat/script-tests/parsing-background-repeat.js

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;")', '');

Powered by Google App Engine
This is Rietveld 408576698