blob: 32158493df0409621ee8150f517eeed6119f8ca7 [file] [log] [blame]
<!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>