[webkit-changes] [WebKit/WebKit] a7fe5c: [Test] fast/events/touch/ios/long-press-then-drag-...

Alan Baradlay noreply at github.com
Tue Jan 24 19:34:03 PST 2023


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

  Changed paths:
    M LayoutTests/fast/events/touch/ios/long-press-then-drag-left-to-change-selected-text.html

  Log Message:
  -----------
  [Test] fast/events/touch/ios/long-press-then-drag-left-to-change-selected-text.html is a consistent failure after 258329 at main
https://bugs.webkit.org/show_bug.cgi?id=251112
<rdar://104615827>

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/long-press-then-drag-left-to-change-selected-text.html:

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




More information about the webkit-changes mailing list