Files
ladybird/Tests/LibWeb/Layout/expected/table/style-invalidation-propagation-to-table-wrapper.txt
Aliaksandr Kalenik d8ff71fbb5 LibWeb: Delete parent state pointer in LayoutState
It's safe to remove this pointer because intrinsic layout should never
look up a box's state beyond its containing block.

This change affects the expectations of two layout tests, but both
already differ slightly from other browsers, and the difference between
expectations is less than 5px.
2025-03-26 12:08:09 +00:00

23 lines
1.5 KiB
Plaintext

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x120 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x104 children: not-inline
BlockContainer <center> at (8,8) content-size 784x104 children: not-inline
TableWrapper <(anonymous)> at (200,8) content-size 392x104 [BFC] children: not-inline
Box <table> at (200,8) content-size 392x104 table-box [TFC] children: not-inline
Box <tbody> at (202,10) content-size 388x100 table-row-group children: not-inline
Box <tr> at (202,10) content-size 388x100 table-row children: not-inline
BlockContainer <td> at (203,60) content-size 386x0 table-cell [BFC] children: not-inline
BlockContainer <(anonymous)> at (203,60) content-size 386x0 children: inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x120]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x104]
PaintableWithLines (BlockContainer<CENTER>) [8,8 784x104]
PaintableWithLines (TableWrapper(anonymous)) [200,8 392x104]
PaintableBox (Box<TABLE>) [200,8 392x104]
PaintableBox (Box<TBODY>) [202,10 388x100]
PaintableBox (Box<TR>) [202,10 388x100]
PaintableWithLines (BlockContainer<TD>) [202,10 388x100]
PaintableWithLines (BlockContainer(anonymous)) [203,60 386x0]