blob: 8404c193e08a19e7946a552cd21c124e614dc851 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
span {
color: blue;
}
</style>
</head>
<body>
<div>
<span>Should be colored blue.</span>
</div>
<div>
<div>Should have no cool color.</div>
<div>Should have no cool color either.</div>
</div>
</body>