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>