chromium/third_party/blink/web_tests/external/wpt/css/css-color/color-mix-percents-01-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 5: color-mix</title>
<link rel="author" title="Chris Lilley" href="mailto:[email protected]">
<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>