On fixed-size abspos table, margin:auto does not resolve (doesn't trigger vertical centering)
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox63 | --- | affected |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(2 files)
Assignee | ||
Comment 1•6 years ago
|
||
Updated•3 years ago
|
Comment 2•2 years ago
|
||
From the testcase in comment 0, Chrome, Safari, and Firefox agree now.
It looks like this is fixed now. Daniel, am I correct?
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Yup, it looks like we fixed this; we produce EXPECTED RESULTS now.
mozregression says this was fixed in range https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=0dbba4cd204153adcf3b8f09c1d27db056470599&tochange=cb97abb159426df201455523307964287956f8e0
Probably fixed by bug 799725 or bug 1692116. (Not sure which one is more likely to be the fix, at first glance.)
Leaving ni=me to make this test into a WPT test. (I don't think any of the testcases that landed in those^ likely-fix-bugs' commits seem to capture what the testcase here captures, i.e. abspos table with margin:auto
.)
Assignee | ||
Comment 4•2 years ago
|
||
The actual bug here was fixed by another commit from another bug. This patch is
just adding a WPT test to ensure we've got test coverage.
(In builds before the fix landed, e.g. Firefox Nightly 2021-01-01, this test
renders with the table placed too high up. This leaves some red visible and
covers up some of the descriptive text, which properly results in a
test-failure.)
Updated•2 years ago
|
Comment 7•2 years ago
|
||
bugherder |
Assignee | ||
Comment 9•2 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #3)
Leaving ni=me to make this test into a WPT test.
[done]
Description
•