mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05:00
610a7603a2
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 :^)
5 lines
No EOL
100 B
HTML
5 lines
No EOL
100 B
HTML
<!doctype html><style>
|
|
td {
|
|
position: absolute; /* force blockification */
|
|
}
|
|
</style><table><td> |