selection-over-highlight-001-ref.html (395B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS Pseudo-Elements Test: selected highlight highlight painting - reference</title> 4 <link rel="author" name="Stephen Chenney" href="mailto:schenney@igalia.com"> 5 <style> 6 div { 7 background-color: lightblue; 8 color: green; 9 width: fit-content; 10 } 11 </style> 12 <div id="content">When selected, the highlight color should remain.</div>