ladybird/Tests/LibWeb/Ref/css-has-compound.html

11 lines
439 B
HTML

<!doctype html>
<link rel="match" href="reference/css-has-compound.html" />
<style>
a:has(span.nice > em) {
color: orange;
}
</style>
<a href="https://example.com"><em><span class="nice"><em>Link</em></span></em></a>
<a href="https://example.com"><em>Link</em></a>
<a href="https://example.com"><em><span class="hello"><em>Link</em></span></em></a>
<a href="https://example.com"><em><span class="nice">Link</span></em></a>