ladybird/Tests/LibWeb/Layout/expected/input-placeholder.txt
Andreas Kling dab1fd265d test-web: Dump stacking context tree in layout test output
This will allow us to test (and catch regressions in) stacking context
tree construction and updates, etc.
2025-07-09 14:36:08 +02:00

71 lines
4.5 KiB
Text

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]
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
SC for BlockContainer<HTML> [0,0 800x70] [children: 0] (z-index: auto)