Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-decoration-propagation-2.html
blob274eb7e9503b4481294c1a9cc5ae5d6b7a0d8362
1 <!DOCTYPE html>
2 <style>
3 #outer { text-decoration: underline; }
4 </style>
5 <svg id=outer>
6 <svg>
7 <text y="20">Text which does have an underline</text>
8 </svg>
9 </svg>