<!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>