LibWeb: Fix handling of max-content containing block for floating box

Fixes layout of page toolbar on Wikipedia.
This commit is contained in:
Andi Gallo 2023-08-13 02:23:29 +00:00 committed by Alexander Kalenik
commit b6f9f4c28c
Notes: sideshowbarker 2024-07-17 01:11:48 +09:00
5 changed files with 94 additions and 16 deletions

View file

@ -0,0 +1,9 @@
<style>
div {
float: left;
}
span {
float: left;
}
</style><div><span>A</span><span>B</span></div>