haikuwebkit/LayoutTests/svg/text/modify-tspan-position-bug-e...

9 lines
155 B
HTML

<!DOCTYPE html>
<html>
<body>
<svg>
<text id="text" y="50"><tspan>Should be on</tspan><tspan dy="30">different lines</tspan></text>
</svg>
</body>
</html>