ladybird/Tests/LibWeb/Ref/input/css-any-link-selector.html
2025-03-20 11:50:49 +01:00

8 lines
180 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/css-any-link-selector-ref.html" />
<style>
:any-link {
color: orange;
}
</style>
<a href="example.com">Link</a>