mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
LibWeb: Remove hardcoded span = 2 while sizing spanning items in GFC
This commit is contained in:
parent
a6e08e85d2
commit
0019b901a0
3 changed files with 39 additions and 3 deletions
21
Tests/LibWeb/Layout/expected/grid/grid-span-4.txt
Normal file
21
Tests/LibWeb/Layout/expected/grid/grid-span-4.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (1,1) content-size 798x65.640625 [BFC] children: not-inline
|
||||
Box <body> at (10,10) content-size 780x47.640625 [GFC] children: not-inline
|
||||
BlockContainer <div.foo> at (11,11) content-size 778x21.8125 [BFC] children: inline
|
||||
line 0 width: 33.9375, height: 21.828125, bottom: 21.828125, baseline: 16.890625
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [11,11 33.9375x21.828125]
|
||||
"foo"
|
||||
TextNode <#text>
|
||||
BlockContainer <div.bar> at (11,34.8125) content-size 778x21.828125 [BFC] children: inline
|
||||
line 0 width: 34.546875, height: 21.828125, bottom: 21.828125, baseline: 16.890625
|
||||
frag 0 from TextNode start: 0, length: 3, rect: [11,34.8125 34.546875x21.828125]
|
||||
"bar"
|
||||
TextNode <#text>
|
||||
|
||||
PaintableWithLines (Viewport<#document>) [0,0 800x600]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x67.640625]
|
||||
PaintableBox (Box<BODY>) [9,9 782x49.640625]
|
||||
PaintableWithLines (BlockContainer<DIV>.foo) [10,10 780x23.8125] overflow: [11,11 778x21.828125]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer<DIV>.bar) [10,33.8125 780x23.828125]
|
||||
TextPaintable (TextNode<#text>)
|
Loading…
Add table
Add a link
Reference in a new issue