summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/color-mix-currentcolor-visited-ref.html
blob: 35376a2ccf6cf624d2249e7bf31281735b2221a3 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>currentcolor is taken from :visited pseudo-class correctly in color-mix()</title>
<style>
a { color: green; background-color: color-mix(in srgb, green, white 75%); }
</style>

<a href="unvisited">This background should be green and not red</a>
</html>