trisquel-icecat/icecat/testing/web-platform/tests/css/css-nesting/has-nesting-ref.html

8 lines
126 B
HTML

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