Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / svg / custom / visibility-override.svg
blob15afc7f221644c190385d56c82b89cfc60bc45ab
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <rect fill="red" height="100px" width="100px"/>
3 <g visibility='hidden'>
4 <rect fill="green" height="100px" width="100px" visibility='visible'/>
5 <rect fill="red" height="100px" width="100px"/>
6 </g>
7 </svg>