Files
ladybird/Tests/LibWeb/Layout/input/empty-editable-shows-cursor.html
zac 8c29b0a848 LibWeb/Tests: Add empty text chunk in empty editables
Otherwise the cursor won't get rendered in empty input fields.
2025-09-24 12:33:17 +01:00

10 lines
190 B
HTML

<!DOCTYPE html>
<head><style></style></head>
<body>
<div contenteditable></div>
<input placeholder="hello"/>
<textarea placeholder="hello"></textarea>
<input/>
<textarea></textarea>
</body>