[wpt-sync] Sync PR 43748 - Use LayoutObject style for OOFCandidateStyleIterator
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43748 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43748
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Use LayoutObject style for OOFCandidateStyleIterator
The LayoutObject style is the right one to use for layout purposes. It
differs from the Element style in some cases. In particular, the
computed writing-mode of the body is propagated to the LayoutObject
style of the root element, but does not affect the computed value for
the root element.This caused a DCHECK() failure when the constraint_space writing-mode
differed from the ComputedStyle used during layout.Bug: 1512988
Change-Id: I0b25bd8a05556cbe84a5324ff8724836336ab1ea
Reviewed-on: https://chromium-review.googlesource.com/5139690
WPT-Export-Revision: 54a2fb10f67b72d34d677c987ae795d888a5416d
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year 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
PASS
: 1
Links
Comment 4•1 year ago
|
||
bugherder |
Description
•