Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / modify-tspan-position-bug-expected.html
blobd1f889bc9b6f2dbc80021ddd55c4b9f0db42ff09
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <svg>
5 <text id="text" y="50"><tspan>Should be on</tspan><tspan dy="30">different lines</tspan></text>
6 </svg>
7 </body>
8 </html>