mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 14:32:55 +00:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
7 lines
164 B
HTML
7 lines
164 B
HTML
<link rel="match" href="../expected/css-any-link-selector-ref.html" />
|
|
<style>
|
|
:any-link {
|
|
color: orange;
|
|
}
|
|
</style>
|
|
<a href="example.com">Link</a>
|