summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-shadow/svg-stroke.html
blob: b65348fd0f20daf9fea975125cf0b4d73703611a (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>CSS Test: 'text-shadow' respects stroke</title>
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-shadow-property">
<link rel="match" href="svg-stroke-ref.html">
<style>
svg { font: bold 64px Arial, sans-serif; text-shadow: grey 10px 10px }
</style>
<svg width="240" height="80">
  <text x="30" y="50" stroke="black" stroke-width="4">Hello</text>
</svg>