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

Unified Diff: LayoutTests/css3/masking/mask-luminance-svg-expected.html

Issue 23947005: Implement CSS luminance masking using skia SkLumaMaskXfermode class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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/css3/masking/mask-luminance-svg-expected.html
diff --git a/LayoutTests/css3/masking/mask-repeat-round-auto1-expected.html b/LayoutTests/css3/masking/mask-luminance-svg-expected.html
similarity index 78%
copy from LayoutTests/css3/masking/mask-repeat-round-auto1-expected.html
copy to LayoutTests/css3/masking/mask-luminance-svg-expected.html
index 4e8a6fcae01f9901b112da28df1bd9745c59ae1f..dd6bd2717be2198261b4035ead064450583bbb59 100644
--- a/LayoutTests/css3/masking/mask-repeat-round-auto1-expected.html
+++ b/LayoutTests/css3/masking/mask-luminance-svg-expected.html
@@ -13,8 +13,9 @@
background-color: red;
border: 50px solid blue;
padding: 50px;
- -webkit-mask-image: url(resources/circle.png);
- -webkit-mask-size: 100px 79px;
+ -webkit-mask-image: url(resources/circle-alpha.svg);
+ mask-source-type: alpha;
+ -webkit-mask-size: 200px auto;
-webkit-mask-repeat: repeat;
-webkit-mask-origin: border-box;
-webkit-mask-clip: border-box;
@@ -26,6 +27,6 @@
<div id="back">
<div id="front" />
</div>
- </body>
+ </body>
</html>

Powered by Google App Engine
This is Rietveld 408576698