mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
LibWeb: Add support for the inline-size CSS property
This commit is contained in:
parent
dd593d16c4
commit
18fe86adc3
5 changed files with 35 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x570 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,70) content-size 784x492 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x986 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,70) content-size 784x908 children: not-inline
|
||||
BlockContainer <p.min-inline-test> at (8,70) content-size 784x200 children: inline
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [8,70 85.859375x76] baseline: 58.984375
|
||||
"KK"
|
||||
|
@ -13,15 +13,26 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
frag 0 from TextNode start: 0, length: 2, rect: [8,486 85.859375x76] baseline: 58.984375
|
||||
"KK"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,632) content-size 784x0 children: inline
|
||||
BlockContainer <(anonymous)> at (8,632) content-size 784x76 children: inline
|
||||
TextNode <#text>
|
||||
BreakNode <br>
|
||||
TextNode <#text>
|
||||
BlockContainer <p.inline-size-test> at (8,778) content-size 400x200 children: inline
|
||||
frag 0 from TextNode start: 0, length: 2, rect: [8,778 85.859375x76] baseline: 58.984375
|
||||
"KK"
|
||||
TextNode <#text>
|
||||
BlockContainer <(anonymous)> at (8,1048) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600] overflow: [0,0 800x632]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x570] overflow: [0,0 800x632]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,70 784x492] overflow: [8,70 784x562]
|
||||
ViewportPaintable (Viewport<#document>) [0,0 800x600] overflow: [0,0 800x1048]
|
||||
PaintableWithLines (BlockContainer<HTML>) [0,0 800x986] overflow: [0,0 800x1048]
|
||||
PaintableWithLines (BlockContainer<BODY>) [8,70 784x908] overflow: [8,70 784x978]
|
||||
PaintableWithLines (BlockContainer<P>.min-inline-test) [8,70 784x200]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,340 784x76]
|
||||
PaintableWithLines (BlockContainer<P>.max-inline-test) [8,486 100x76]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,632 784x0]
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,632 784x76]
|
||||
PaintableWithLines (BlockContainer<P>.inline-size-test) [8,778 400x200]
|
||||
TextPaintable (TextNode<#text>)
|
||||
PaintableWithLines (BlockContainer(anonymous)) [8,1048 784x0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue