[webkit-changes] [WebKit/WebKit] 13ea22: [Test] fast/events/touch/ios/double-tap-on-editabl...

Alan Baradlay noreply at github.com
Sat Jan 21 06:02:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 13ea22ab38359a9cdcbe01fb5e1024194fa8aea4
      https://github.com/WebKit/WebKit/commit/13ea22ab38359a9cdcbe01fb5e1024194fa8aea4
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-01-21 (Sat, 21 Jan 2023)

  Changed paths:
    M LayoutTests/fast/events/touch/ios/double-tap-on-editable-content-for-selection-then-drag-left-to-change-selected-text.html

  Log Message:
  -----------
  [Test] fast/events/touch/ios/double-tap-on-editable-content-for-selection-then-drag-left-to-change-selected-text.html is a consistent failure after 258329 at main
https://bugs.webkit.org/show_bug.cgi?id=250916
<rdar://104380567>

Reviewed by Tim Horton.

<span id="thirdSelection"></span> is used as an "beginning of line" type of anchor in this test. However since 258329 at main, this inline box
is (correctly) placed at the end of the previous line (matching FF and Chrome).
Let'e make sure that the inline box is always at the beginning of the line.

* LayoutTests/fast/events/touch/ios/double-tap-on-editable-content-for-selection-then-drag-left-to-change-selected-text.html:

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




More information about the webkit-changes mailing list