summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/multiple-position-color-stop-radial-2-ref.html
blob: 39850ad3412a44d1dcb70bf8c93c216e8a13286f (plain)
1
2
3
4
5
<!doctype html>
<meta charset="utf-8">
<body>
  <div style="background: radial-gradient(red 0%, red 25%, blue 25%, blue 75%, red 75%, red 100%); width: 100px; height: 100px;"><br></div>
</body>