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

Unified Diff: LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-expected.txt

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/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

Powered by Google App Engine
This is Rietveld 408576698