mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-16 14:02:00 +00:00
8 lines
180 B
HTML
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>
|