mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 07:29:53 +00:00
LibWeb/Tests: Add empty text chunk in empty editables
Otherwise the cursor won't get rendered in empty input fields.
This commit is contained in:
parent
152711958e
commit
8c29b0a848
Notes:
github-actions[bot]
2025-09-24 11:34:26 +00:00
Author: https://github.com/zacoons
Commit: 8c29b0a848
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5530
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/kalenikaliaksandr
16 changed files with 248 additions and 76 deletions
|
@ -8,8 +8,8 @@
|
|||
border: 4px solid magenta;
|
||||
}
|
||||
</style>
|
||||
<input type="text" readonly>
|
||||
<input type="text">
|
||||
<input type="text" readonly value="whf">
|
||||
<input type="text" value="whf">
|
||||
|
||||
<p>Well hello friends</p>
|
||||
<p contenteditable>Well hello friends</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue