Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-nesting
/
has-nesting-ref.html
blob: 5ab79b68f100902f8a81bc6fce6a1e98f1d04fa2 [
file
] [
log
] [
blame
]
<!doctype html>
<title>
Nested has shouldn't match
</title>
<style>
ul
{
background
:
green
}
</style>
<ul>
<li>
Bar
</li>
</ul>