summaryrefslogtreecommitdiffstats
path: root/editor/reftests/caret_on_positioned.html
blob: 8a4a3c2f3a1f38ea18c8dbf3ab68d663c0fba900 (plain)
1
2
3
4
5
6
7
8
<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>