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

Unified Diff: LayoutTests/fast/backgrounds/size/parsing-inherit-expected.txt

Issue 764703002: Support unit-less lengths for white-list of properties only. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: min-width/height still accepts unitless lengths Created 5 years, 11 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-inherit-expected.txt
diff --git a/LayoutTests/fast/backgrounds/size/parsing-inherit-expected.txt b/LayoutTests/fast/backgrounds/size/parsing-inherit-expected.txt
index d3e1a27c00e7b168f87be06eaa9f890e693f438b..51ebc0bd2e61ca73f5ba044d12f2962b8049418e 100644
--- a/LayoutTests/fast/backgrounds/size/parsing-inherit-expected.txt
+++ b/LayoutTests/fast/backgrounds/size/parsing-inherit-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 "100px 100px"
+PASS test("background-size: 100 100;") is "auto"
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,7 +14,7 @@ PASS test("background-size: 30% 20%;") is "30% 20%"
PASS test("background-size: 4em auto;") is "64px"
PASS test("background-size: 5em ;") is "80px"
PASS test("-webkit-background-size: 5em ;") is "80px 80px"
-PASS test("background-size: 100 100 100;") is "auto"
+PASS test("background-size: 100px 100px 100px;") is "auto"
PASS test("background-size: coconut;") is "auto"
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698