Make FindBuffer ignore comment nodes
Ensure comment nodes don't create an editing block boundary. This allows find-in-page as well as text fragments to match text that spans inline nodes that are separated by inline HTML comments, e.g. we expect to be able to match "abcdef" in the following block. <span>abc</span><!--comment--><span>def</span> Bug: 982055 Change-Id: Ie1cd2d9d1837e052e29abc3f4ebbf7e609401367 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204631Reviewed-by:Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Nick Burris <nburris@chromium.org> Cr-Commit-Position: refs/heads/master@{#770641}
Showing
Please register or sign in to comment