blob: 8cf024108b772dab326089bc090db45c142c9d30 [file] [log] [blame]
<!DOCTYPE html>
<style>
div { color: green; }
a { background-color: red; }
</style>
<div><a href="#">Should be red</a></div>
<div>Should be green</div>