blob: 3561b606bfc36685277a57e7d5d9429d69569a35 [file] [log] [blame]
<style>
.border {
border: 2px red solid;
}
</style>
<div>
<p>This div will have nothing</p>
</div>
<div class="border">
<ul>
<li>This list will have a border because of :has.
</ul>
</div>