LadybirdBrowser / ladybird

Truly independent web browser
https://ladybird.org
BSD 2-Clause "Simplified" License
20.82k stars 867 forks source link

Incorrect dimensions of a `<div>` with `display:table` #1726

Open stasoid opened 3 hours ago

stasoid commented 3 hours ago

This html is displayed incorrectly:

<!doctype html>
<div style="width:30px; height:30px; border:10px solid black; display:table;">

Reduced from Tests/LibWeb/WPT/wpt/css/CSS2/abspos/abspos-containing-block-initial-004c.xht

AtkinsSJ commented 2 hours ago

Hi, thanks for the report and the reduction!

Does #1542 help at all?