mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00

CSSPixels should not be wrapped into CSS::Length before being passed to resolved() to end up resolving percentages without losing precision. Fixes thrashing layout when 33.3333% width is used together with "box-sizing: border-box".
13 lines
932 B
Text
13 lines
932 B
Text
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x116 [BFC] children: not-inline
|
|
Box <body> at (8,8) content-size 500x100 flex-container(row) [FFC] children: not-inline
|
|
BlockContainer <div> at (8,8) content-size 166.65625x100 flex-item [BFC] children: not-inline
|
|
BlockContainer <div> at (174.65625,8) content-size 166.65625x100 flex-item [BFC] children: not-inline
|
|
BlockContainer <div> at (341.3125,8) content-size 166.65625x100 flex-item [BFC] children: not-inline
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x116]
|
|
PaintableBox (Box<BODY>) [8,8 500x100]
|
|
PaintableWithLines (BlockContainer<DIV>) [8,8 166.65625x100]
|
|
PaintableWithLines (BlockContainer<DIV>) [174.65625,8 166.65625x100]
|
|
PaintableWithLines (BlockContainer<DIV>) [341.3125,8 166.65625x100]
|