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

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

Issue 249803002: Preserve identical values for background-size and -webkit-mask-size. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove comment. Created 6 years, 8 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
« no previous file with comments | « no previous file | LayoutTests/fast/backgrounds/size/resources/parsing-background-size-values.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7934ddc4f930163fffd69cb2e734798adb9f8b07..176a2941161d82e2f6cea4afbfb19b55cf5deaff 100644
--- a/LayoutTests/fast/backgrounds/size/parsing-background-size-values-expected.txt
+++ b/LayoutTests/fast/backgrounds/size/parsing-background-size-values-expected.txt
@@ -5,8 +5,8 @@ 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"
-PASS test("background-size: 100px 100px;") is "100px"
+PASS test("background-size: 100 100;") is "100px 100px"
+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"
PASS test("background-size: auto auto;") is "auto"
« no previous file with comments | « no previous file | LayoutTests/fast/backgrounds/size/resources/parsing-background-size-values.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698