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

<!DOCTYPE html>
<meta charset="utf-8">
<style>
* {
    color: green;
}
</style>
<div>
    <a href=""><div>This should be green and not red.</div></a>
</div>