chromium/third_party/blink/web_tests/fast/selectors/001-expected.html

<!DOCTYPE html>
<ul>
    <li style="background:lime">The background of this list item should be green</li>
    <li style="background:lime">The background of this second list item should be also green</li>
</ul>
<p style="background:lime">The background of this paragraph should be green.</p>