mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-15 07:32:52 +00:00
On any `display: list-item` Node a CSS pseudo element (`::marker`) needs to be created. This commit allows the ::maker pseudo element to be nested within other pseudo elements (e. g. ::before or ::after). This fixes this WPT test: http://wpt.live/css/CSS2/generated-content/after-content-display-003.xht
26 lines
1.5 KiB
Text
26 lines
1.5 KiB
Text
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x600 [BFC] children: not-inline
|
|
BlockContainer <body> at (8,8) content-size 784x34 children: not-inline
|
|
BlockContainer <div> at (8,8) content-size 784x34 children: not-inline
|
|
BlockContainer <(anonymous)> at (8,8) content-size 784x17 children: inline
|
|
frag 0 from TextNode start: 0, length: 11, rect: [8,8 83.265625x17] baseline: 13.296875
|
|
"Filler text"
|
|
TextNode <#text>
|
|
ListItemBox <(anonymous)> at (24,25) content-size 768x17 children: inline
|
|
frag 0 from TextNode start: 0, length: 11, rect: [24,25 88.703125x17] baseline: 13.296875
|
|
"Filler Text"
|
|
ListItemMarkerBox <(anonymous)> at (0,25) content-size 12x17 children: not-inline
|
|
TextNode <#text>
|
|
BlockContainer <(anonymous)> at (8,42) content-size 784x0 children: inline
|
|
TextNode <#text>
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<BODY>) [8,8 784x34]
|
|
PaintableWithLines (BlockContainer<DIV>) [8,8 784x34]
|
|
PaintableWithLines (BlockContainer(anonymous)) [8,8 784x17]
|
|
TextPaintable (TextNode<#text>)
|
|
PaintableWithLines (ListItemBox(anonymous)) [24,25 768x17]
|
|
MarkerPaintable (ListItemMarkerBox(anonymous)) [0,25 12x17]
|
|
TextPaintable (TextNode<#text>)
|
|
PaintableWithLines (BlockContainer(anonymous)) [8,42 784x0]
|