Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / second-inline-text.xhtml
blob555c401fedf75c3ec899c0294a4ede626b27cb9c
1 <!DOCTYPE html PUBLIC
2 "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
3 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5 <head>
6 <title>Bug 13052 - Text not rendered in a second inline SVG element</title>
7 </head><body>
8 <p>Below two svg areas are shown. Both should have the text aligned to the paths in the same way (Bug 13052).</p>
9 <div>
10 <svg xmlns="http://www.w3.org/2000/svg" height="100" width="100">
11 <path d="M38,38c0-12,24-15,23-2c0,9-16,13-16,23v7h11v-4c0-9,17-12,17-27c-2-22-45-22-45,3zM45,70h11v11h-11z" fill="#371"/>
12 <text x="10px" y="50px">PASS</text>
13 </svg>
14 <svg xmlns="http://www.w3.org/2000/svg" height="100" width="100">
15 <path d="M38,38c0-12,24-15,23-2c0,9-16,13-16,23v7h11v-4c0-9,17-12,17-27c-2-22-45-22-45,3zM45,70h11v11h-11z" fill="#371"/>
16 <text x="10px" y="50px">PASS</text>
17 </svg>
18 </div>
19 </body>
20 </html>