<p>Testing currentColor: If currentColor works, this box should be green</p>
<div></div>
div {
width: 100vw;
height: 100vh;
color: green;
background: currentColor;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.