Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / tspan-multiple-outline-expected.html
blobbd689f3b5a4729edd6572e9f17d3d78ed67952e0
1 <!doctype html>
2 <head>
3 <style>
4 html,body { margin-top: 10.5px; padding-top: 0px }
5 span:first-of-type { position: relative; }
6 span { font: 32px sans-serif; outline: 1px solid black; line-height: 1.5em; }
7 </style>
8 </head>
9 <span>tspan 1</span><br/>
10 <span>tspan 2</span><br/>
11 <span>tspan 3</span>