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

Unified Diff: LayoutTests/fast/masking/parsing-mask.html

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
Index: LayoutTests/fast/masking/parsing-mask.html
diff --git a/LayoutTests/fast/masking/parsing-mask.html b/LayoutTests/fast/masking/parsing-mask.html
index 721c7ac7c13fc4eca59c5b09814e8e46be022fff..c97afa74c2cb670eba4257a822d15896c6d76a8d 100644
--- a/LayoutTests/fast/masking/parsing-mask.html
+++ b/LayoutTests/fast/masking/parsing-mask.html
@@ -121,6 +121,7 @@ testInner("-webkit-mask", "none padding-box border-box", "none padding-box borde
testInner("-webkit-mask", "none left top / auto", "none 0% 0% / auto");
testInner("-webkit-mask", "none left top / auto auto", "none 0% 0% / auto");
testInner("-webkit-mask", "none left top / 100%", "none 0% 0% / 100%");
+testInner("-webkit-mask", "none left top / 100% 100%", "none 0% 0% / 100% 100%");
testInner("-webkit-mask", "none left top / 0%", "none 0% 0% / 0%");
testInner("-webkit-mask", "none left top / auto 0%", "none 0% 0% / auto 0%");
testInner("-webkit-mask", "none left top / cover", "none 0% 0% / cover");

Powered by Google App Engine
This is Rietveld 408576698