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

Unified Diff: LayoutTests/fast/backgrounds/size/parsing-background-size-values-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/size/parsing-background-size-values-expected.txt
diff --git a/LayoutTests/fast/backgrounds/size/parsing-background-size-values-expected.txt b/LayoutTests/fast/backgrounds/size/parsing-background-size-values-expected.txt
index 5e8a681496d31ccfa959718a669466a2d9f5f61e..58c3bc067930bcc05199bede3ee0b0e21bc793ab 100644
--- a/LayoutTests/fast/backgrounds/size/parsing-background-size-values-expected.txt
+++ b/LayoutTests/fast/backgrounds/size/parsing-background-size-values-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS test("background-size: contain;") is "contain"
PASS test("background-size: cover;") is "cover"
-PASS test("background-size: 100 100;") is null
+PASS test("background-size: 100 100;") is ""
PASS test("background-size: 100px 100px;") is "100px 100px"
PASS test("background-size: auto 50px;") is "auto 50px"
PASS test("background-size: 50px auto;") is "50px"
@@ -14,9 +14,9 @@ PASS test("background-size: 30% 20%;") is "30% 20%"
PASS test("background-size: 4em auto;") is "4em"
PASS test("background-size: 5em;") is "5em"
PASS test("-webkit-background-size: 5em ;") is "5em 5em"
-PASS test("background-size: 100px 100px 100px;") is null
-PASS test("background-size: coconut;") is null
-PASS test("background-size: 100px,;") is null
+PASS test("background-size: 100px 100px 100px;") is ""
+PASS test("background-size: coconut;") is ""
+PASS test("background-size: 100px,;") is ""
PASS test("background-size: 100px, 50%;") is "100px, 50%"
PASS test("-webkit-background-size: 100px, 50%;") is "100px, 50% 50%"
PASS test("background-size: 50% 100px, 2em, 100px 50%;") is "50% 100px, 2em, 100px 50%"

Powered by Google App Engine
This is Rietveld 408576698