[webkit-changes] [WebKit/WebKit] f470f8: [Live Range Selection] fast/repaint/selected-repla...

Ryosuke Niwa noreply at github.com
Tue Nov 29 10:19:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f470f8000bbe138d4024e2b5025dbee9af741d42
      https://github.com/WebKit/WebKit/commit/f470f8000bbe138d4024e2b5025dbee9af741d42
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M LayoutTests/fast/repaint/selected-replaced.html

  Log Message:
  -----------
  [Live Range Selection] fast/repaint/selected-replaced.html fails
https://bugs.webkit.org/show_bug.cgi?id=248440

Reviewed by Darin Adler.

Use Range's selectNode function to select the image element instead of
relying on legacy editing offset - (img, 1) to mean the position after img -
since that will break once live range selection is enabled.

* LayoutTests/fast/repaint/selected-replaced.html:

Canonical link: https://commits.webkit.org/257132@main




More information about the webkit-changes mailing list