chromium/third_party/blink/web_tests/external/wpt/css/css-nesting/has-nesting-ref.html

<!doctype html>
<title>Nested has shouldn't match</title>
<style>
ul { background: green }
</style>
<ul>
  <li>Bar</li>
</ul>