mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
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.
23 lines
1.5 KiB
Plaintext
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]
|