mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +02:00
In order to fix this, I also had to reorganize the code so that we create an independent formatting context even for block-level boxes that don't have any children. This accidentally improves a table layout test as well (for empty tables).
7 lines
491 B
Plaintext
7 lines
491 B
Plaintext
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x116 [BFC] children: not-inline
|
|
BlockContainer <body> at (8,30) content-size 784x100 children: not-inline
|
|
BlockContainer <div.not-bfc> at (8,30) content-size 784x20 children: not-inline
|
|
BlockContainer <div.bfc> at (8,80) content-size 784x0 [BFC] children: not-inline
|
|
BlockContainer <div.not-bfc> at (8,110) content-size 784x20 children: not-inline
|