Files
ladybird/Tests/LibWeb/Layout/expected/table/line-breaking-in-cells.txt
Jelle Raaijmakers 71665fa504 LibWeb: Scale font size by 1.15 for line-height: normal
Browsers such as Chrome and Firefox apply an arbitrary scale to the
current font size if `normal` is used for `line-height`. Firefox uses
1.2 while Chrome uses 1.15. Let's go with the latter for now, it's
relatively easy to change if we ever want to go back on that decision.

This also requires updating the expectations for a lot of layout tests.
The upside of this is that it's a bit easier to compare our layout
results to other browsers', especially Chrome.
2025-05-05 13:15:56 +02:00

61 lines
3.8 KiB
Plaintext

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x56 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x40 children: not-inline
TableWrapper <(anonymous)> at (8,8) content-size 61x40 [BFC] children: not-inline
Box <table> at (8,8) content-size 61x40 table-box [TFC] children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <tbody> at (8,8) content-size 61x40 table-row-group children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
Box <tr> at (8,8) content-size 61x40 table-row children: not-inline
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (10,19) content-size 14.296875x18 table-cell [BFC] children: not-inline
BlockContainer <(anonymous)> at (10,19) content-size 14.296875x18 children: inline
frag 0 from TextNode start: 0, length: 1, rect: [10,19 14.265625x18] baseline: 13.796875
"A"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (28.296875,10) content-size 20.40625x36 table-cell [BFC] children: not-inline
BlockContainer <(anonymous)> at (28.296875,10) content-size 20.40625x36 children: inline
frag 0 from TextNode start: 1, length: 1, rect: [28.296875,10 9.34375x18] baseline: 13.796875
"B"
frag 1 from TextNode start: 0, length: 1, rect: [28.296875,28 10.3125x18] baseline: 13.796875
"C"
TextNode <#text>
BreakNode <br>
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <td> at (52.703125,19) content-size 14.296875x18 table-cell [BFC] children: not-inline
BlockContainer <(anonymous)> at (52.703125,19) content-size 14.296875x18 children: inline
frag 0 from TextNode start: 1, length: 1, rect: [52.703125,19 11.140625x18] baseline: 13.796875
"D"
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
BlockContainer <(anonymous)> (not painted) children: inline
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x56]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x40]
PaintableWithLines (TableWrapper(anonymous)) [8,8 61x40]
PaintableBox (Box<TABLE>) [8,8 61x40]
PaintableBox (Box<TBODY>) [8,8 61x40]
PaintableBox (Box<TR>) [8,8 61x40]
PaintableWithLines (BlockContainer<TD>) [8,8 18.296875x40]
PaintableWithLines (BlockContainer(anonymous)) [10,19 14.296875x18]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [26.296875,8 24.40625x40]
PaintableWithLines (BlockContainer(anonymous)) [28.296875,10 20.40625x36]
TextPaintable (TextNode<#text>)
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<TD>) [50.703125,8 18.296875x40]
PaintableWithLines (BlockContainer(anonymous)) [52.703125,19 14.296875x18]
TextPaintable (TextNode<#text>)