You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I render an array of empty list items in Ladybird, they render on top of each other. Strangely enough, the first empty element has some spacing, however, even in this case, it is less than expected.
Summary
When I render an array of empty list items in Ladybird, they render on top of each other. Strangely enough, the first empty element has some spacing, however, even in this case, it is less than expected.
Operating system
Linux
Steps to reproduce
1.Open
data:text/html,<ol><li></li><li></li><li></li></ol>
Expected behavior
List items should be properly spaced
Actual behavior
List items are rendered on top of each other
URL for a reduced test case
data:text/html,<ol><li></li><li></li><li></li></ol>
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
No response
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: