[wpt-sync] Sync PR 32033 - Test for inline blocks with children with orthogonal writing modes and margins
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32033 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32033
Details from upstream follow.
Sergio Villar Senin <svillar@igalia.com> wrote:
Test for inline blocks with children with orthogonal writing modes and margins
This was created after this WebKit bug.
In order to compute the shrink to fit inline size of an inline block we must compute first the inline sizes of our children. This includes margins as well. The bug in WebKit was that it was always using the inline (from the child POV) margins of its children. That works if the children are parallel to the parent, but if any of them is orthogonal then we should use the margins in the block direction of the child (which correspond to the inline direction of the parent).
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS: 1
Chrome
PASS: 1
Safari
FAIL: 1
Links
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0935460683f7
https://hg.mozilla.org/mozilla-central/rev/dd927340adc7
Description
•