mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00:00
This fixes an issue where we'd make an absolute mess from nested SVG roots with display:block. Before this fix, the inner SVG root would trigger the inline continuation logic and try to split the tree.
18 lines
1.1 KiB
Text
18 lines
1.1 KiB
Text
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x66 [BFC] children: not-inline
|
|
BlockContainer <body> at (8,8) content-size 784x50 children: not-inline
|
|
SVGSVGBox <svg#outer> at (8,8) content-size 50x50 [SVG] children: not-inline
|
|
SVGGraphicsBox <g> at (8,8) content-size 25x25 children: not-inline
|
|
SVGSVGBox <svg#inner> at (8,8) content-size 25x25 [SVG] children: not-inline
|
|
SVGGeometryBox <rect> at (8,13) content-size 25x15 children: not-inline
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x66]
|
|
PaintableWithLines (BlockContainer<BODY>) [8,8 784x50]
|
|
SVGSVGPaintable (SVGSVGBox<svg>#outer) [8,8 50x50]
|
|
SVGGraphicsPaintable (SVGGraphicsBox<g>) [8,8 25x25]
|
|
SVGSVGPaintable (SVGSVGBox<svg>#inner) [8,8 25x25]
|
|
SVGPathPaintable (SVGGeometryBox<rect>) [8,13 25x15]
|
|
|
|
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
|
SC for BlockContainer<HTML> [0,0 800x66] [children: 0] (z-index: auto)
|