summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/oklab-005-ref.html
blob: 7edd82a4cdf764309be696d3f6dc3d3b36cb3bdb (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: OKLab and OKLCH</title>
<style>
    .test { background-color: rgb(29.264% 70.096% 63.017%); width: 12em; height: 12em; } /* oklab(70% -0.1 0) converted to sRGB */
</style>
<body>
    <p>Test passes if you see a single square, and not two rectangles of different colors.</p>
    <div class="test"></div>
</body>