summaryrefslogtreecommitdiffstats
path: root/editor/reftests/caret_on_positioned-ref.html
blob: 04773979dd365b24558f9bec8674934792f6035b (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="width: 100px; height: 100px; background: none repeat scroll 0% 0% cyan;" contenteditable=""></div>
<script>
document.getElementById("d").focus();
</script>
</body></html>