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