mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00

CSS-ALIGN-3 tells us that `normal` behavior inside flex containers is simply to behave as `stretch` so this patch makes them behave the same inside FFC. Furthermore, we change the `align-items` initial value to `normal`, matching other engines.
9 lines
559 B
Text
9 lines
559 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 784x100 flex-container(column) [FFC] children: not-inline
|
|
BlockContainer <div> at (8,8) content-size 100x100 flex-item [BFC] children: not-inline
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x116]
|
|
PaintableBox (Box<BODY>) [8,8 784x100]
|
|
PaintableWithLines (BlockContainer<DIV>) [8,8 100x100]
|