summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/oklab-l-almost-1-ref.html
blob: 72cdf3544705d9373dd6ad595d7563a183fb5018 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset="utf-8">
<style>
    .ref { background-color: oklab(1 0.15 0.15); 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>