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

<!doctype html>
<meta charset="utf-8">
<style>
    .highlighted {
      background-color: yellow;
      color: blue;
    }
</style>
<body><span class="highlighted">One two </span><span>three…</span>