summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/text/reftests/no-background.svg
blob: 117b5d6357ff48a3db742d0a5358c622e1e4757d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml">
  <g id="testmeta">
    <title>Background properties should not be supported in &lt;text></title>
    <html:link rel="help"
          href="https://svgwg.org/svg2-draft/text.html#TextPropertiesAdaptions" />
    <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>