Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS Pseudo-Elements Test: ::selection transparent background for SVG ref</title>
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
  div {
    font: 16px Ahem;
  }
  text {
    fill: lightgreen;
    stroke: darkgreen;
  }
</style>
<div>
  <svg width="100" height="60">
    <text x="20" y="20">Text</text>
  </svg>
</div>