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

8 lines
228 B
HTML

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