summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/background-image-gradient-currentcolor-radial-repaint-ref.html
blob: 45ff24dfeebdb711952ccb53d60550654c9b7d01 (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: radial-gradient(white, green)">This text should be green</div>
</div>