haikuwebkit/LayoutTests/fast/gradients/conic-two-hints.html

15 lines
274 B
HTML

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