blob: cb2a4ed65c9abd9b141283f0b3f6c42205f4d35a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Gradient interpolation</title>
<link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
<style>
.test {
width: 100px;
height: 100px;
background: lch(60% 60 0);
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>