chromium/third_party/blink/web_tests/external/wpt/css/css-color/color-mix-currentcolor-nested-for-color-property-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: currentColor is inherited correctly with a nested color-mix() for the color attribute</title>
<style>
div {
    color: color(srgb 0.5 0.75 0.75);
}
</style>
<div>
    <div>This text should be a light blue-green</div>
</div>