| <!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 { | |
| text-shadow: 5px 5px 0px green, 3px 3px 0px blue; | |
| } | |
| </style> | |
| <div> | |
| <svg width="100" height="60"> | |
| <text x="20" y="20">Text</text> | |
| </svg> | |
| </div> |