Firefox fails WPT css/css-multicol/multicol-span-all-rule-002.html
Categories
(Core :: Layout: Columns, defect)
Tracking
()
People
(Reporter: TYLin, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
385 bytes,
text/html
|
Details |
This test is part of interop-2025 Writing modes:
Based on the screenshot comparison, Firefox almost passes the test except for the scrollbar. The expected result is that no scrollbar should be present.
Comment 1•8 days ago
|
||
The scrollbar is there because the elements with column-span: all
(the ones with class="span") seem to be getting sized to the height of the viewport, which makes them overflow off the bottom a bit (and generate a scrollbar). You can see its height in devtools if you hover the element, or if you add a border to it.
Probably it shouldn't be ending up that tall. In Chrome, they end up as tall as the multicol element.
Comment 2•8 days ago
|
||
Here's a reduced testcase. The cyan element is much too tall in Firefox, and it's what generates the scrollable overflow and causes a scrollbar to appear.
Reporter | ||
Comment 3•8 days ago
|
||
This bug might be related to bug 1095937 or bug 1570039.
Comment 4•7 days ago
|
||
Yeah, I'm going to revisit fantasai's (unlanded) patch in bug 1095937 to see what that can offer us, as I think it may be relevant to this example.
Description
•