mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-18 15:01:54 +00:00
9 lines
210 B
HTML
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>
|