https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 49f6b0f4d762600551077bdc05f22899a4289240 authored by Darren Shen on 11 April 2018, 06:22:29 UTC
[css-typed-om] Support remaining svg properties.
Tip revision: 49f6b0f
lch-001.html
<!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="lch() with no alpha">
<style>
    .test {color: lab(46.277 -67.989 134.391)} /* green (sRGB #008000) converted to LCH */
</style>
<body>
    <p class="test">Test passes if this text is green</p>
</body>
back to top