blob: 70dbd9123c5405c3ec020b01ed01e15c44af10c6 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: Specifying Lab and LCH</title>
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#specifying-lab-lch">
<link rel="match" href="greentext-ref.html">
<meta name="assert" content="lab() with no alpha">
<style>
.test {color: lab(46.277 -47.562 48.583)} /* green (sRGB #008000) converted to Lab */
</style>
<body>
<p class="test">Test passes if this text is green</p>
</body>