summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-below-target-text-ref.html
blob: 70d69263645319162dc0bb0437fd6db5f5b37be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
  #highlight {
    background-color: yellow;
    color: limegreen;
  }
  #highlight-and-target-text {
    background-color: orange;
    color: limegreen;
  }
  #target-text {
    background-color: orange;
  }
</style>
<span id="highlight">Some </span><span id="highlight-and-target-text">te</span><span id="target-text">xt</span>