Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / dominant-baseline-inherit-expected.svg
blob4cf934a1fe81a3f393bc51019d4a8997d732b991
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <rect x="10" y="10" width="100" height="30" fill="green"/>
3 <text x="60" y="25" text-anchor="middle">
4 <tspan dominant-baseline="central">TEXT</tspan>
5 </text>
6 </svg>