summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-nesting/has-nesting-ref.html
blob: 5ab79b68f100902f8a81bc6fce6a1e98f1d04fa2 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<title>Nested has shouldn't match</title>
<style>
ul { background: green }
</style>
<ul>
  <li>Bar</li>
</ul>