servo/tests/wpt/web-platform-tests/css/css-images/gradient/oklab-gradient-ref.html

19 lines
598 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>OKLab gradient interpolation</title>
<link rel="author" title="Aaron Krajeski" href="mailto:aaronhk@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-color-4/#interpolation">
<meta name="assert" content="Test OKLab as a gradient interpolation space. Reference generated here: https://raphlinus.github.io/color/2021/01/18/oklab-critique.html">
<style>
.test {
width: 480px;
height: 50px;
background: url("resources/oklab-gradient.png");
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>