[webkit-changes] [WebKit/WebKit] f5fde8: [Live Range Selection] hidden-textarea-selection-q...

Ryosuke Niwa noreply at github.com
Tue Oct 11 09:40:32 PDT 2022


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

  Changed paths:
    M LayoutTests/editing/text-iterator/hidden-textarea-selection-quirk.html

  Log Message:
  -----------
  [Live Range Selection] hidden-textarea-selection-quirk.html fails
https://bugs.webkit.org/show_bug.cgi?id=246309

Reviewed by Darin Adler.

The issue was caused by Selection's toString() function no longer containing the content to be copied.

Fixed the test by actually triggering copying & pasting text and checking the pasted content
instead of assuming that Selection's toString() function returns the content to be copied.

* LayoutTests/editing/text-iterator/hidden-textarea-selection-quirk.html:

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




More information about the webkit-changes mailing list