Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/text/reftests/no-background.svg - WPT Dashboard Interop Dashboard
<?xml version="1.0" encoding="utf-8"?>
<g id="testmeta">
<title>Background properties should not be supported in <text></title>
<html:link rel="help"
<html:link rel="match" href="no-background-ref.svg" />
</g>
<text font-size="32" y="50" style="background-color: red;">
foo<tspan style="background-color: lime;">bar</tspan>baz
</text>
</svg>