blob: 73b830994703c21373d49545e4297fac3fc2d8ef [file] [log] [blame]
This test makes sure that carets in content editable divs remain black even if there is a span inside them with a foreground color specified.
<div style="width: 505px; height: 505px; overflow: hidden;">
<div style="width: 50px; height: 500px; background-color: red"></div>
</div>