mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|