Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / display-none.svg
blobba5023176bb9e7c7bb6a0e7cf0fa2c8e9abcc670
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <rect x="0" y="0" width="100" height="100" fill="green" />
3 <rect x="0" y="0" width="100" height="100" fill="red" style="display: none"/>
4 </svg>