Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: editor/reftests/reftest.list
<html><head>
<title>caret should be visible on stack context contents</title>
</head><body>
<div id="d" style="position: absolute; width: 100px; height: 100px; background: none repeat scroll 0% 0% cyan;" contenteditable=""></div>
<script>
document.getElementById("d").focus();
</script>
</body></html>