summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/lab-005-ref.html
blob: d7b01c4c867dab4d95fec506cd3b8318f26f7498 (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(10.751% 75.558% 66.398%); width: 12em; height: 12em; } /* lab(70% -45 0) 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>