summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/oklch-l-almost-0-ref.html
blob: e019136f96f73efaba80b5e7aba95ac3a95e6abd (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset="utf-8">
<style>
    .ref { background-color: oklch(0 0.2 45); border: 1px solid black; width: 200px; height: 200px; }
</style>
<body>
    <p>Test passes if you see a square border with a single color inside.</p>
    <div class="ref"></div>
</body>