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

Unified Diff: LayoutTests/fast/masking/parsing-mask-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 | « LayoutTests/fast/masking/parsing-mask.html ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/masking/parsing-mask-expected.txt
diff --git a/LayoutTests/fast/masking/parsing-mask-expected.txt b/LayoutTests/fast/masking/parsing-mask-expected.txt
index 02becd72ef9926a3b4a33fd07dc753f89cc9659b..6d3c78f7d9fc2f73e1726e89358cc9fdef103798 100644
--- a/LayoutTests/fast/masking/parsing-mask-expected.txt
+++ b/LayoutTests/fast/masking/parsing-mask-expected.txt
@@ -70,6 +70,7 @@ PASS innerStyle("-webkit-mask", "none padding-box border-box") is "none padding-
PASS innerStyle("-webkit-mask", "none left top / auto") is "none 0% 0% / auto"
PASS innerStyle("-webkit-mask", "none left top / auto auto") is "none 0% 0% / auto"
PASS innerStyle("-webkit-mask", "none left top / 100%") is "none 0% 0% / 100%"
+PASS innerStyle("-webkit-mask", "none left top / 100% 100%") is "none 0% 0% / 100% 100%"
PASS innerStyle("-webkit-mask", "none left top / 0%") is "none 0% 0% / 0%"
PASS innerStyle("-webkit-mask", "none left top / auto 0%") is "none 0% 0% / auto 0%"
PASS innerStyle("-webkit-mask", "none left top / cover") is "none 0% 0% / cover"
« no previous file with comments | « LayoutTests/fast/masking/parsing-mask.html ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698