Closed
Bug 1487663
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12777 - [LayoutNG] Fix when 'vertical-align: top' is nested
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12777 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12777
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
> [LayoutNG] Fix when 'vertical-align: top' is nested
>
> The 'vertical-align: top' and 'bottom' require the size of
> the ancestor line box and thus are put into pending queue
> while applying the baseline shift.
>
> When they are nested, processing all pending queue at the
> root line box applies the shift multiple times. This patch
> puts into the queue of the nearest ancestor that has 'top'
> or 'bottom' if exists.
>
> Bug: 877977
> Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
> Change-Id: I6541d138267a6e42658b601901b673352e625440
>
> Reviewed-on: https://chromium-review.googlesource.com/1198887
> WPT-Export-Revision: 09395f75a5ba6deb08e1c6d14b7aca4f642874d9
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Ran 1 tests
PASS : 1
| Assignee | ||
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6a4115ef54f08fcfbd2b348d26ff4cd641c3a7ee
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3a807761af21
[wpt PR 12777] - [LayoutNG] Fix when 'vertical-align: top' is nested, a=testonly
Comment 9•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•