blob: 8660675d0a51e6855b0250d77e916716ef20124c [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<body>
<div>Tspan elements are graphics elements per the latest SVG spec and should blend.<div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500px" height="30px" style="background: yellow">
<text x="0" y="20">
This test passes if the last word is
<tspan font-weight="bold" fill="lime">LIME</tspan>.
</text>
</svg>
</body>
</html>