mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
8 lines
301 B
HTML
8 lines
301 B
HTML
<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> |