mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
LibWeb: Fully resolve min- and max-sizes for flex items
We do this by piggybacking on FormattingContext helpers instead of reinventing the wheel in FlexFormattingContext. This fixes an issue where `min-width: fit-content` (and other layout-dependent values) were treated as 0 on flex items. This makes the cookie banners look okay on https://microsoft.com/ :^)
This commit is contained in:
parent
5d94bb4fcc
commit
8dd489da61
4 changed files with 102 additions and 75 deletions
|
@ -0,0 +1,22 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x70 [BFC] children: not-inline
|
||||
Box <body> at (10,10) content-size 500x52 flex-container(row) [FFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) [BFC] children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <div.big> at (11,11) content-size 381.625x50 flex-item [BFC] children: not-inline
|
||||
BlockContainer <(anonymous)> (not painted) [BFC] children: inline
|
||||
TextNode <#text>
|
||||
BlockContainer <div.buttons> at (394.625,11) content-size 114.375x50 flex-item [BFC] children: inline
|
||||
line 0 width: 114.375, height: 19.46875, bottom: 19.46875, baseline: 14.53125
|
||||
frag 0 from BlockContainer start: 0, length: 0, rect: [395.625,12 57.046875x17.46875]
|
||||
frag 1 from BlockContainer start: 0, length: 0, rect: [454.625,12 53.328125x17.46875]
|
||||
BlockContainer <div.button> at (395.625,12) content-size 57.046875x17.46875 inline-block [BFC] children: inline
|
||||
line 0 width: 57.046875, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [395.625,12 57.046875x17.46875]
|
||||
"Accept"
|
||||
TextNode <#text>
|
||||
BlockContainer <div.button> at (454.625,12) content-size 53.328125x17.46875 inline-block [BFC] children: inline
|
||||
line 0 width: 53.328125, height: 17.46875, bottom: 17.46875, baseline: 13.53125
|
||||
frag 0 from TextNode start: 0, length: 6, rect: [454.625,12 53.328125x17.46875]
|
||||
"Reject"
|
||||
TextNode <#text>
|
Loading…
Add table
Add a link
Reference in a new issue