[IntersectionObserver] Handle hit test of inline targets correctly
If a target element is inline, then the hit testing code traverses through the line box tree of the containing LayoutBlockFlow, which won't check the stop node set on the HitTestRequest. If the hit test result is an inline element inside the target node, that should be treated the same as hitting the target node. BUG=951384 R=chrishtr@chromium.org Change-Id: Id0a3a1f6c57d883ce10680e664c054783e30b001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584717 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#654645}
Showing
Please register or sign in to comment