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

Unified Diff: LayoutTests/css3/masking/mask-luminance-png.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-png.html
diff --git a/LayoutTests/css3/masking/mask-repeat-round-auto1-expected.html b/LayoutTests/css3/masking/mask-luminance-png.html
similarity index 79%
copy from LayoutTests/css3/masking/mask-repeat-round-auto1-expected.html
copy to LayoutTests/css3/masking/mask-luminance-png.html
index 6cb020b6fc36ebaf5143224eeae4a33e045af056..d886f0c7253021328e2cd7b5a6c3a4e4170f5536 100644
--- a/LayoutTests/css3/masking/mask-repeat-round-auto1-expected.html
+++ b/LayoutTests/css3/masking/mask-luminance-png.html
@@ -13,8 +13,9 @@
background-color: red;
border: 50px solid blue;
padding: 50px;
- -webkit-mask-image: url(resources/circle.png);
- -webkit-mask-size: 111px 88px;
+ -webkit-mask-image: url(resources/dice.png);
+ mask-source-type: luminance;
+ -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>
« no previous file with comments | « LayoutTests/css3/masking/mask-luminance-gradient-expected.html ('k') | LayoutTests/css3/masking/mask-luminance-svg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698