<html>
<link rel="match" href="reference/css-gradient-currentcolor-ref.html" />
<style>
div {
color: green;
width: 200px;
height: 200px;
background: linear-gradient(currentColor, white);
}
</style>
<div></div>
</html>