8 lines
126 B
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>
|