blob: acdf352ccb3ae9674f88078f8dcfaf908b9351aa [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="red" style="mix-blend-mode: difference;">LIME</tspan>.
</text>
</svg>
</body>
</html>