chromium/third_party/blink/web_tests/external/wpt/css/css-color/currentcolor-visited-fallback-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>currentcolor and visited inherited parent color fallback</title>
<style>
a {
    color: green;
}
</style>
<div>
    <a href="">This should be green</a>
</div>
<div>
    <a href="">This should be green</a>
</div>