Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / text-decoration-visibility.svg
blobe7b9f46cd2f78c8270c9e9d32aecfa15d8172b04
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <text x="10" y="30">There should be no text or lines below this. Bug 15767.</text>
3 <text x="100" y="100" visibility="hidden" style="text-decoration:underline;">THIS TEXT AND UNDERLINE SHOULD NOT SHOW</text>
4 </svg>