mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
Happened when input_width > 0 but input_height == 0. Fixes crashing on Discord that happens after clicking on direct messages conversation.
7 lines
No EOL
193 B
HTML
7 lines
No EOL
193 B
HTML
<!DOCTYPE html><style>
|
|
svg {
|
|
aspect-ratio: 1 / 1;
|
|
min-width: 100px;
|
|
min-height: 100px;
|
|
}
|
|
</style><div style="width: 10px; height: 0px"><svg xmlns="http://www.w3.org/2000/svg"></svg> |