mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
In particular, we now blockify layout internal boxes (e.g table parts) by turning them into `block flow`. This fixes a crash when viewing our GitHub repo :^)
10 lines
743 B
Plaintext
10 lines
743 B
Plaintext
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x16 [BFC] children: not-inline
|
|
BlockContainer <body> at (8,8) content-size 784x0 children: not-inline
|
|
TableWrapper <(anonymous)> at (8,8) content-size 0x0 [BFC] children: not-inline
|
|
TableBox <table> at (8,8) content-size 0x0 [TFC] children: not-inline
|
|
TableRowGroupBox <tbody> at (8,8) content-size 0x0 children: not-inline
|
|
TableRowBox <tr> at (8,8) content-size 0x0 children: not-inline
|
|
TableCellBox <(anonymous)> at (8,8) content-size 0x0 [BFC] children: not-inline
|
|
BlockContainer <td> at (9,9) content-size 0x0 positioned [BFC] children: not-inline
|