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