mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
10 lines
210 B
HTML
10 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>
|