Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff |
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <svg>
3 <mask id="m">
4 <g visibility="hidden">
5 <rect width="100" height="100" fill="white" visibility="visible"/>
6 <rect width="200" height="100" fill="white"/>
7 </g>
8 </mask>
9 <rect width="200" height="100" fill="green" mask="url(#m)"/>
10 </svg>
OLDNEW
« 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