Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>Image set repeating-conic-gradient rendering</title>
<link rel="author" title="Noam Rosenthal" href="mailto:noam@webkit.org">
<link rel="author" title="Traian Captan" href="mailto:tcaptan@chromium.org">
<style>
#test {
width: 100px;
height: 100px;
background: repeating-conic-gradient(red, blue 25%);
}
</style>
<div id="test"></div>