summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/oklab-004-ref.html
blob: d947445321da29d5658fb957cb45c83e8cca2424 (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(48.477% 34.29% 38.412%); width: 12em; height: 12em; } /* oklab(50% 0.05 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>