Currently, we omit an inline box fragment in some cases, e.g., when it doesn't introduce any visual difference. As a result, we can't hit such elements when traversing the fragment tree.
We need to:
1. Either preserve the inline fragments, so that we can reuse NGBoxFragmentPainter::NodeAtPoint() to hit them
2. Or generate these omitted boxes on-the-fly and hit test them
Comment 1 by xiaoche...@chromium.org
, Jun 8 2018