[wpt-sync] Sync PR 24231 - [FragmentItem] Fix hit-testing floats in legacy root
Categories
(Core :: DOM: CSS Object Model, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24231 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24231
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[FragmentItem] Fix hit-testing floats in legacy root
This patch fixes hit-testing floating objects in a legacy
root.With |NGPaintFragment|, floats are in children, and that
regular traversal can cover this case.With |FragmentItem|, floats are either in |NGFragmentItems|
if it has an inline formatting context, or in children
otherwise. This difference requires additional branch to the
legacy fallback when hit-testing floating objects.Bug: 1096259
Change-Id: I8565eb663781318233c21482270804cf254e0aecReviewed-on: https://chromium-review.googlesource.com/2249249
WPT-Export-Revision: fdc02f3f069bb56f39d8324afec632876fa99dd5
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK : 1
PASS: 2
Chrome
OK : 1
PASS: 2
Safari
OK : 1
PASS: 2
Links
Comment 4•6 years ago
|
||
| bugherder | ||
Description
•