chromium/third_party/blink/web_tests/external/wpt/css/css-highlight-api/highlight-text-replace-ref.html

<!DOCTYPE html>
<html>
<head>
    <style>
        #highlight {
            background-color: yellow;
            color:green;
        }
    </style>
</head>
<body>
    One<span id="highlight"> </span>t<span id="highlight">w</span>o three
</body>
</html>