summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/color-mix-percents-01-ref.html
blob: 2d9a1380b3889a446356725b75db485e55992cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 5: color-mix</title>
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
<style>
    .test { background-color: rgb(68.4898% 36.015% 68.3102%); width: 14em; height: 14em; margin-top: 0; margin-bottom: 0;}
</style>
<body>
    <p>Test passes if you see a purple square, and no red.</p>
    <div class="test"></div>
</body>