You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="Test checks that caret-color:currentColor is inherited as currentColor and resolves to the value of the color property at used value time">
<style>
textarea {
font-size: 3em;
font-weight: bold;
width: 10em;
padding: 10px;
background: black; /* the color of a thin object like the caret is easier to see on a black background. */
color: lime;
}
div {
caret-color: currentcolor;
color: red;
}
</style>
<body>
<p>Test passes if, when the text area below is focused for editing, the text insertion caret is green</p>
<p>The shape of the caret, and whether it flashes, are not part of the test.</p>