summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/clip-path-svg-text-backdrop-filter-ref.html
blob: 194c4734828bfd9ff496cbbc31cf2abcf4a57a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<meta name="flags" content="ahem">
<link rel="stylesheet" href="/fonts/ahem.css" />
<style>
#svgText {
  font: 100px/1 Ahem;
}
</style>
<svg width="500" height="300">
  <text id="svgText" x="10" y="100">Text</text>
</svg>