[webkit-changes] [WebKit/WebKit] 1fc0ff: fast/events/touch/ios/long-press-on-editable.html ...

Ryosuke Niwa noreply at github.com
Tue Mar 14 11:48:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1fc0ffe58052be365c706ce52abb939033721c83
      https://github.com/WebKit/WebKit/commit/1fc0ffe58052be365c706ce52abb939033721c83
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    M LayoutTests/fast/events/touch/ios/long-press-on-editable.html

  Log Message:
  -----------
  fast/events/touch/ios/long-press-on-editable.html fails
https://bugs.webkit.org/show_bug.cgi?id=253863

Reviewed by Wenson Hsieh.

The test failure was caused by the test relying on getSelection().toString() to include
the selected text within textarea's shadow tree. Updated the test to rely on textarea.value
and textarea.selectionStart textarea.selectionEnd instead.

* LayoutTests/fast/events/touch/ios/long-press-on-editable.html:

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




More information about the webkit-changes mailing list