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:
zac 2025-08-08 21:17:33 +10:00 committed by Sam Atkins
commit 8c29b0a848
Notes: github-actions[bot] 2025-09-24 11:34:26 +00:00
16 changed files with 248 additions and 76 deletions

View file

@ -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>