blob: 199cf5a369d35fcb53cf5bc990f20da685ec5edb [file] [edit]
<!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: lab(50% 0 0);
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>