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