ladybird/Tests/LibWeb/Ref/expected/css-has-subsequent-sibling.html

14 lines
351 B
HTML
Raw Normal View History

2025-03-18 19:29:54 +01:00
<!DOCTYPE html>
<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>