mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
Now each test type has the same directories: - input - expected - data Also, tests can be in subdirectories within ./input.
8 lines
164 B
HTML
8 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>
|