mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Draw insertion point even for empty input fields
This allows text layout to generate an empty text fragment if the fragment contains the insertion point for a text input box.
This commit is contained in:
parent
831243af7c
commit
32aad0838e
4 changed files with 26 additions and 11 deletions
|
@ -11,5 +11,8 @@
|
|||
<body>
|
||||
<input id="a">
|
||||
<input id="b">
|
||||
<script>
|
||||
document.getElementById("a").focus();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue