[wpt-sync] Sync PR 36077 - [aspect-ratio] Fix legacy aspect-ratio code interference.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36077 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36077
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[aspect-ratio] Fix legacy aspect-ratio code interference.
We use the LayoutBox::IntrinsicLogicalWidths call to retrieve previously
cached values within NG code.This function call has some legacy logic within it messing up the
retrieval causing indeterminate state.Fixed: 1335009
Change-Id: I6b2805707594b1d272add8db376def8f7dc73a44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3917495
Commit-Queue: Ian Kilpatrick \<ikilpatrick@chromium.org>
Auto-Submit: Ian Kilpatrick \<ikilpatrick@chromium.org>
Reviewed-by: David Grogan \<dgrogan@chromium.org>
Commit-Queue: David Grogan \<dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1051503}
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Comment 5•3 years ago
|
||
bugherder |
Description
•