blob: 295c24c88c1648e1d997f4d551ae63d52e0dfe67 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: OKLab and OKLCH</title>
<link rel="author" title="Sam Weinig" href="mailto:weinig@apple.com">
<link rel="help" href="https://drafts.csswg.org/css-color/#ok-lab">
<link rel="match" href="greensquare-ref.html">
<meta name="assert" content="oklab() with no alpha">
<style>
.test { background-color: red; width: 12em; height: 12em; }
.test { background-color: oklab(51.975% -0.1403 0.10768); } /* green (sRGB #008000) converted to OKLab */
</style>
<body>
<p>Test passes if you see a green square, and no red.</p>
<div class="test"></div>
</body>