Files
ladybird/Tests/LibWeb/Layout/expected/input-placeholder.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

69 lines
4.3 KiB
Plaintext

Viewport <#document> at (0,0) content-size 800x600 children: not-inline
BlockContainer <html> at (0,0) content-size 800x70 [BFC] children: not-inline
BlockContainer <body> at (8,8) content-size 784x54 children: inline
frag 0 from BlockContainer start: 0, length: 0, rect: [9,9 200x25] baseline: 18.5
frag 1 from TextNode start: 0, length: 1, rect: [210,9 10x23] baseline: 17.5
" "
frag 2 from BlockContainer start: 0, length: 0, rect: [221,9 200x25] baseline: 18.5
frag 3 from TextNode start: 0, length: 1, rect: [422,9 10x23] baseline: 17.5
" "
frag 4 from BlockContainer start: 0, length: 0, rect: [433,9 200x25] baseline: 18.5
frag 5 from BlockContainer start: 0, length: 0, rect: [9,36 200x25] baseline: 18.5
BlockContainer <input> at (9,9) content-size 200x25 inline-block [BFC] children: not-inline
Box <div> at (11,10) content-size 196x23 flex-container(row) [FFC] children: not-inline
BlockContainer <div> at (11,10) content-size 196x23 flex-item [BFC] children: inline
frag 0 from TextNode start: 0, length: 4, rect: [11,10 40.1875x23] baseline: 17.5
"text"
TextNode <#text>
TextNode <#text>
BlockContainer <input> at (221,9) content-size 200x25 inline-block [BFC] children: not-inline
Box <div> at (223,10) content-size 196x23 flex-container(row) [FFC] children: not-inline
BlockContainer <div> at (223,10) content-size 196x23 flex-item [BFC] children: inline
frag 0 from TextNode start: 0, length: 34, rect: [223,10 344.546875x23] baseline: 17.5
"This placeholder should be visible"
TextNode <#text>
BlockContainer <div> at (419,10) content-size 0x23 flex-item [BFC] children: inline
TextNode <#text>
TextNode <#text>
BlockContainer <input> at (433,9) content-size 200x25 inline-block [BFC] children: not-inline
Box <div> at (435,10) content-size 196x23 flex-container(row) [FFC] children: not-inline
BlockContainer <div> at (435,10) content-size 196x23 flex-item [BFC] children: inline
frag 0 from TextNode start: 0, length: 4, rect: [435,10 40.1875x23] baseline: 17.5
"text"
TextNode <#text>
TextNode <#text>
BlockContainer <input#placeholder> at (9,36) content-size 200x25 inline-block [BFC] children: not-inline
Box <div> at (11,37) content-size 196x23 flex-container(row) [FFC] children: not-inline
BlockContainer <div> at (11,37) content-size 196x23 flex-item [BFC] children: inline
frag 0 from TextNode start: 0, length: 40, rect: [11,37 407.859375x23] baseline: 17.5
"This placeholder should also be visisble"
TextNode <#text>
BlockContainer <div> at (207,37) content-size 0x23 flex-item [BFC] children: inline
TextNode <#text>
TextNode <#text>
TextNode <#text>
ViewportPaintable (Viewport<#document>) [0,0 800x600]
PaintableWithLines (BlockContainer<HTML>) [0,0 800x70]
PaintableWithLines (BlockContainer<BODY>) [8,8 784x54]
PaintableWithLines (BlockContainer<INPUT>) [8,8 202x27]
PaintableBox (Box<DIV>) [9,9 200x25]
PaintableWithLines (BlockContainer<DIV>) [11,10 196x23]
TextPaintable (TextNode<#text>)
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<INPUT>) [220,8 202x27] overflow: [221,9 346.546875x26]
PaintableBox (Box<DIV>) [221,9 200x25] overflow: [221,9 346.546875x26]
PaintableWithLines (BlockContainer<DIV>) [223,10 196x23] overflow: [223,10 344.546875x23]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>) [419,10 0x23]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<INPUT>) [432,8 202x27]
PaintableBox (Box<DIV>) [433,9 200x25]
PaintableWithLines (BlockContainer<DIV>) [435,10 196x23]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<INPUT>#placeholder) [8,35 202x27] overflow: [9,36 409.859375x26]
PaintableBox (Box<DIV>) [9,36 200x25] overflow: [9,36 409.859375x26]
PaintableWithLines (BlockContainer<DIV>) [11,37 196x23] overflow: [11,37 407.859375x23]
TextPaintable (TextNode<#text>)
PaintableWithLines (BlockContainer<DIV>) [207,37 0x23]