Make NGAbstractInlineTextBox to handle both NGFragmentItem and NGPaintFragment
This patch makes |NGAbstractInlineTextBox| to handle both |NGFragmentItem| and |NGPaintFragment| by utilizing |NGInlineCursor|. This patch reduces web tests failures of accessibility/ from 18 to 1. Note: This patch enablies |LayoutObject::FirstInlineFragmentItemIndex()| partially. It is used for deattaching |NGAbstractInlineTextBox| but not for caching for fast traversing |NGInlineCursor::MoveToNextForSameLayoutObject()|. Following patch will enable it. Bug: 982194 Change-Id: Ic95739e355c14487a21044c3a360a3014f37dceb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1941651 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#729673}
Showing
This diff is collapsed.
Please register or sign in to comment