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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/css3/masking/mask-luminance-svg-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg.html b/third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg-expected.html
similarity index 86%
copy from third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg.html
copy to third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg-expected.html
index 8cf4066f21d1ee20dce24d0ab7dfc3b91b5c2fba..dd6bd2717be2198261b4035ead064450583bbb59 100644
--- a/third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg.html
+++ b/third_party/WebKit/LayoutTests/css3/masking/mask-luminance-svg-expected.html
@@ -13,8 +13,8 @@
background-color: red;
border: 50px solid blue;
padding: 50px;
- -webkit-mask-image: url(resources/circle.svg);
- mask-source-type: luminance;
+ -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;

Powered by Google App Engine
This is Rietveld 408576698