summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/background-image-gradient-currentcolor-conic-repaint-ref.html
blob: 32158493df0409621ee8150f517eeed6119f8ca7 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Steinar H. Gunderson" href="mailto:sesse@chromium.org">
<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>