[webkit-changes] [WebKit/WebKit] 179714: [Live Range Selection] fast/replaced/selection-rec...

Ryosuke Niwa noreply at github.com
Tue Nov 29 11:51:50 PST 2022


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

  Changed paths:
    M LayoutTests/fast/replaced/selection-rect-transform.html

  Log Message:
  -----------
  [Live Range Selection] fast/replaced/selection-rect-transform.html fails
https://bugs.webkit.org/show_bug.cgi?id=248443

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/replaced/selection-rect-transform.html:

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




More information about the webkit-changes mailing list