blob: 9b62c39aa09c6d9ff4ba5632506138a5659e3be4 [file] [log] [blame]
This test makes sure that carets in content editable divs with a background color specified 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>