summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/color-mix-currentcolor-002-ref.html
blob: 64e60fbf291285fe766cd68ec9204f295308ca5d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<style>
div {
  width: 100px;
  height: 100px;
  background-color: red;
  color: red;
  background-color: color-mix(in lch, green 50%, blue);
}
</style>
<div></div>