chromium/third_party/blink/web_tests/external/wpt/css/css-highlight-api/painting/custom-highlight-painting-004-2-ref.html

<!doctype html>
<meta charset="utf-8">
<style>
  .foo {
    color:blue;
    background-color:yellow;
  }
  .bar {
    color:orange;
  }
  .bar-over-foo {
    color:orange;
    background-color:yellow;
  }
</style>
<body><span class="foo">Som</span><span class="bar-over-foo">e t</span><span class="bar">ext</span>