haikuwebkit/LayoutTests/fast/gradients/conic-extended-stops.html

15 lines
325 B
HTML

<html>
<head>
<style>
#grad {
height: 50px;
width: 50px;
background: conic-gradient(blue -50deg, blue 90deg, orange 90deg, orange 180deg, magenta 180deg, magenta 270deg, blue 270deg, blue 540deg);
}
</style>
</head>
<body>
<div id="grad"></div>
</body>
</html>