summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/color-mix-currentcolor-nested-for-color-property-ref.html
blob: 0d2f49c2e226b88ba413f4f8bf776bb4781c2f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: currentColor is inherited correctly with a nested color-mix() for the color attribute</title>
<style>
div {
    color: color(srgb 0.5 0.75 0.75);
}
</style>
<div>
    <div>This text should be a light blue-green</div>
</div>