summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/xyz-d50-003-ref.html
blob: 4223a511df5fa75901e01aa2758d567d7c0ce7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: CSS Color 4: xyz-d50</title>
<style>
    body { background-color: grey; }
    .test { background-color: color(srgb 1.01139 0.987129 1.10222); width: 12em; height: 12em; } /* color(xyz-d50 1 1 1) 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>