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

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
« no previous file with comments | « LayoutTests/css3/masking/mask-luminance-svg.html ('k') | LayoutTests/css3/masking/resources/circle.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/masking/mask-luminance-svg-expected.html
diff --git a/LayoutTests/css3/masking/mask-repeat-round-auto2-expected.html b/LayoutTests/css3/masking/mask-luminance-svg-expected.html
similarity index 78%
copy from LayoutTests/css3/masking/mask-repeat-round-auto2-expected.html
copy to LayoutTests/css3/masking/mask-luminance-svg-expected.html
index dce5cdd6d2fcf9fb58f6147c78e29f6e964bd160..dd6bd2717be2198261b4035ead064450583bbb59 100644
--- a/LayoutTests/css3/masking/mask-repeat-round-auto2-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: 124px 100px;
+ -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>
« no previous file with comments | « LayoutTests/css3/masking/mask-luminance-svg.html ('k') | LayoutTests/css3/masking/resources/circle.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698