summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/lch-007-ref.html
blob: 95a260e8f2f4ae9085a33734c28a7d16da73fa82 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: Specifying Lab and LCH</title>
<style>
    .test { background-color: rgb(12.8128% 53.105% 92.7645%); width: 12em; height: 12em; } /* lch(55% 60 270) converted to sRGB */
</style>
<body>
    <p>Test passes if you see a single square, and not two rectangles of different colors.</p>
    <div class="test"></div>
</body>