Newer
Older
minerva / Tests / LibWeb / Ref / reference / css-has-subsequent-sibling.html
@minerva minerva on 13 Jul 335 bytes Initial commit
<div>
    <a href="https://example.com" style="color: orange">Link</a><span>Hello!</span>
</div>
<div>
    <a href="https://example.com">Link</a><em>Hello!</em>
</div>
<div>
    <a href="https://example.com" style="color: orange">Link</a><em>Hello</em><span>world!</span>
</div>
<div>
    <a href="https://example.com">Link</a>
</div>