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

Unified Diff: third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt

Issue 1715513002: Move background related shorthands into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase test Created 4 years, 10 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: third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt b/third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt
index ce405a525ae9763d1ebf24f2ea4e2b05f0415af0..c00c5eedcf2231c88f72061e2d57e851da445ea9 100644
--- a/third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/masking/parsing-mask-expected.txt
@@ -34,11 +34,11 @@ PASS innerStyle("-webkit-mask", "left 20% top") is "left 20% top 0%"
PASS innerStyle("-webkit-mask", "center center") is "50% 50%"
PASS innerStyle("-webkit-mask-position", "left 10px top 15px") is "left 10px top 15px"
PASS innerStyle("-webkit-mask-position", "left 10% top 30%") is "left 10% top 30%"
-PASS innerStyle("-webkit-mask-position", "right top 15px") is "right 0% top 15px"
-PASS innerStyle("-webkit-mask-position", "left 10px center") is "left 10px top 50%"
-PASS innerStyle("-webkit-mask-position", "center top 20px") is "left 50% top 20px"
-PASS innerStyle("-webkit-mask-position", "center left 30px") is "left 30px top 50%"
-PASS innerStyle("-webkit-mask-position", "left 20% top") is "left 20% top 0%"
+PASS innerStyle("-webkit-mask-position", "right top 15px") is "right top 15px"
+PASS innerStyle("-webkit-mask-position", "left 10px center") is "left 10px center"
+PASS innerStyle("-webkit-mask-position", "center top 20px") is "center top 20px"
+PASS innerStyle("-webkit-mask-position", "center left 30px") is "left 30px center"
+PASS innerStyle("-webkit-mask-position", "left 20% top") is "left 20% top"
PASS innerStyle("mask-source-type", "alpha") is "alpha"
PASS innerStyle("mask-source-type", "luminance") is "luminance"
PASS innerStyle("mask-source-type", "auto") is "auto"

Powered by Google App Engine
This is Rietveld 408576698