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

<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Highlight API Test: Non-conflicting attributes</title>
<style>
    #blue {
        background-color: blue;
        color: white;
    }
    #yellow {
        background-color: yellow;
    }
</style>
<body>
    <p>This <span id="blue">is an</span><span id="yellow"> example</span> of two overlapping highlights</p>
</body>