Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / small-fonts-in-html5.html
blobf1d961b28d3bf3b2a381631c1378532c17af9373
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <h1>Small fonts in HTML5/inline SVG</h1>
5 <svg width="500" height="500" style="border: 1px solid red">
6 <g transform="scale(400 400)">
7 <text x="0.5" y="0.5" font-size="0.050" text-anchor="middle">Test passed.<text>
8 </g>
9 </svg>
10 </body>
11 </html>