mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
This patch does three things: - Factors out the code that determines whether a box will create a new formatting context for its children (and which type of context) - Uses that code to mark all formatting context roots in layout tree dumps. This makes it much easier to follow along with layout since you can now see exactly where control is transferred to a new formatting context. - Rebaselines all existing layout tests, since the output format has changed slightly.
18 lines
1017 B
Plaintext
18 lines
1017 B
Plaintext
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (1,1) content-size 798x106 [BFC] children: not-inline
|
|
BlockContainer <(anonymous)> at (1,1) content-size 798x0 children: inline
|
|
TextNode <#text>
|
|
BlockContainer <body> at (2,2) content-size 400x2 children: not-inline
|
|
BlockContainer <(anonymous)> at (2,2) content-size 400x0 children: inline
|
|
TextNode <#text>
|
|
BlockContainer <div.ul> at (3,3) content-size 398x0 children: inline
|
|
TextNode <#text>
|
|
BlockContainer <div.yellow> at (4,4) content-size 60x50 floating [BFC] children: not-inline
|
|
TextNode <#text>
|
|
BlockContainer <div.orange> at (66,4) content-size 250x50 floating [BFC] children: not-inline
|
|
TextNode <#text>
|
|
BlockContainer <(anonymous)> at (2,4) content-size 400x0 children: inline
|
|
TextNode <#text>
|
|
BlockContainer <div.green> at (3,56) content-size 100x50 floating [BFC] children: not-inline
|
|
TextNode <#text>
|