diff options
author | bptato <nincsnevem662@gmail.com> | 2024-12-26 21:19:40 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-12-26 21:19:40 +0100 |
commit | db609e523b84f28040d4fc65bf04d47006d4b6d5 (patch) | |
tree | 647ddf1cce32069dd81bb59ec9a40630b5ae36e6 /test/layout/bfc-next-to-float.html | |
parent | f2d3040da5c686fd4a3a78dbcca68b75512ea28e (diff) | |
download | chawan-db609e523b84f28040d4fc65bf04d47006d4b6d5.tar.gz |
layout: improve intrinsic minimum size calculation
It's a fair bit more accurate now on flex-heavy pages. Image sizing remains a broken mess.
Diffstat (limited to 'test/layout/bfc-next-to-float.html')
-rw-r--r-- | test/layout/bfc-next-to-float.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/layout/bfc-next-to-float.html b/test/layout/bfc-next-to-float.html index cc03fb63..6fe96f6a 100644 --- a/test/layout/bfc-next-to-float.html +++ b/test/layout/bfc-next-to-float.html @@ -3,7 +3,7 @@ first </div> <div style="display: flow-root"> -<div style="width: 100%">second</div> second second second second second second second second second second second second second second second +<div style="width: 100%; background: red">second</div> second second second second second second second second second second second second second second second </div> <div style="display: flow-root"> third |