blob: 00035b3998a85c563860c53115a215ad03cd3d5d [file] [log] [blame]
<!DOCTYPE html>
<title>Image set repeating-radial-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-radial-gradient(red, blue 25%);
}
</style>
<div id="test"></div>