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

9 lines
210 B
HTML

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