blob: 6b9328ddcafb2ef8e354b9a4abc7edf8d40353c6 [file] [log] [blame]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<style>
.styled > span {
color: green;
}
</style>
<a class="styled" href="">
<span>Should be green</span>
(<a href=""><span>Should not be red</span></a>)
</a>
</html>