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

Unified Diff: third_party/WebKit/LayoutTests/svg/masking/mask-with-visibility-hidden-group.html

Issue 2558793002: Don't check 'visibility' in LayoutSVGResourceMasker (Closed)
Patch Set: Adjust test Created 4 years 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 | « no previous file | third_party/WebKit/LayoutTests/svg/masking/mask-with-visibility-hidden-group-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/masking/mask-with-visibility-hidden-group.html
diff --git a/third_party/WebKit/LayoutTests/svg/masking/mask-with-visibility-hidden-group.html b/third_party/WebKit/LayoutTests/svg/masking/mask-with-visibility-hidden-group.html
new file mode 100644
index 0000000000000000000000000000000000000000..9d24abc7933059d898a494f8915b787b121d6032
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/masking/mask-with-visibility-hidden-group.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<svg>
+ <mask id="m">
+ <g visibility="hidden">
+ <rect width="100" height="100" fill="white" visibility="visible"/>
+ <rect width="200" height="100" fill="white"/>
+ </g>
+ </mask>
+ <rect width="200" height="100" fill="green" mask="url(#m)"/>
+</svg>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/masking/mask-with-visibility-hidden-group-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698