chromium/third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-image-gradient-currentcolor-conic-repaint-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Steinar H. Gunderson" href="mailto:[email protected]">
<p>There should be a square with a white-to-green gradient and some text below.</p>
<div style="color: green">
  <div style="width: 100px; height: 100px; background: conic-gradient(white, green)">This text should be green</div>
</div>