haikuwebkit/LayoutTests/svg/text/tspan-multiple-outline-expe...

12 lines
294 B
HTML

<!doctype html>
<head>
<style>
html,body { margin-top: 10.5px; padding-top: 0px }
span:first-of-type { position: relative; }
span { font: 32px sans-serif; outline: 1px solid black; line-height: 1.5em; }
</style>
</head>
<span>tspan 1</span><br/>
<span>tspan 2</span><br/>
<span>tspan 3</span>