mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
LibWeb: Implement more box type transformation edge cases
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 :^)
This commit is contained in:
parent
368c255368
commit
610a7603a2
3 changed files with 55 additions and 16 deletions
|
@ -0,0 +1,9 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue