blob: 9a1f5b15b5619bf098c1bd5bfebb7b7aadb29694 [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: black"></div>
</div>