blob: 25aee6124cfecda3f04e6c7b55a35c5295ba62f7 [file] [log] [blame]
<!DOCTYPE html>
Tests color of caret changes with the 'color' style. Passes if caret is always in the came color as the text.
<div id="div" contenteditable="true" style="color: green; font-size: 50px">SAMPLE</div>
<script src="../../resources/run-after-layout-and-paint.js"></script>
<script>
div.focus();
</script>