[wpt-sync] Sync PR 18182 - [LayoutNG] Fix hit-testing list markers
Categories
(Core :: DOM: CSS Object Model, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18182 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18182
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
[LayoutNG] Fix hit-testing list markers
This patch fixes hit-testing list markers to include when the
marker content was hit.In legacy, markers are LayoutBox with special painters, but
LayoutNG creates an anonymous box with an anonymous text or
an anonymous image, and that hit-testing may find the content
inside the marker. This patch checks parent of the object.Bug: 988414
Change-Id: Ifff61452a791e88f45d44bc45f00ead31070df0cReviewed-on: https://chromium-review.googlesource.com/1726571
WPT-Export-Revision: e202c2f25185fa1bacd14b1b2e8d1881c865f15d
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
| bugherder | ||
Description
•