summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/repeating-conic-gradient-ref.html
blob: 0271bc3018507c8644c83f59022354807af364ab (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<meta charset="utf-8">
<style>
  #gradient {
    width: 200px;
    height: 200px;
    background-image: conic-gradient(black 25%, white 0 50%, black 0 75%, white 0);
  }
</style>
<div id="gradient"></div>