Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stasoid opened this issue Oct 11, 2024 · 2 comments
Open

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

stasoid opened this issue Oct 11, 2024 · 2 comments
Labels
bug Something isn't working has repro We have a way to reproduce this bug. layout

Comments

@stasoid
Copy link

stasoid commented Oct 11, 2024

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
Copy link
Member

Hi, thanks for the report and the reduction!

Does #1542 help at all?

@AtkinsSJ AtkinsSJ added bug Something isn't working has repro We have a way to reproduce this bug. layout labels Oct 11, 2024
@stasoid
Copy link
Author

stasoid commented Oct 11, 2024

@AtkinsSJ Nope, same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has repro We have a way to reproduce this bug. layout
Projects
None yet
Development

No branches or pull requests

2 participants