summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-highlight-api/painting/custom-highlight-painting-004-ref.html
blob: 8cb5b69d98c6a82e7385f413a57c604e409ccd88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<meta charset="utf-8">
<style>
  .foo {
    color:blue;
    background-color:yellow;
  }
  .bar {
    background-color:orange;
  }
  .bar-over-foo {
    color:blue;
    background-color:orange;
  }
</style>
<body><span class="foo">Som</span><span class="bar-over-foo">e t</span><span class="bar">ext</span>