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

Unified Diff: LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-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/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 43a1b06eac72b9dbef40de1e91f4e760463d522f..53e1078d6edc229a7f67b5a934b147e1ac282f9f 100644
--- a/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-expected.txt
+++ b/LayoutTests/fast/backgrounds/repeat/parsing-background-repeat-expected.txt
@@ -17,8 +17,8 @@ PASS test("background: purple url(resources/gradient.gif) repeat-x top left") is
PASS test("background: purple url(resources/gradient.gif) repeat-y 50% 50%") is "repeat-y"
PASS test("background: purple url(resources/gradient.gif) repeat center") is "repeat"
PASS test("background: purple url(resources/gradient.gif) no-repeat 12px") is "no-repeat"
-PASS test("background: purple url(resources/gradient.gif) round left 50") is "round"
-PASS test("background: purple url(resources/gradient.gif) space 25 25") is "space"
+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 successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698