[webkit-changes] [WebKit/WebKit] 62f15a: [Live Range Selection] Some tests in TestWebKitAPI...

Ryosuke Niwa noreply at github.com
Thu Jan 5 11:18:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 62f15ab41eb01a6f102c272374587d8cacbf7f3e
      https://github.com/WebKit/WebKit/commit/62f15ab41eb01a6f102c272374587d8cacbf7f3e
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-01-05 (Thu, 05 Jan 2023)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/ImageAnalysisTests.mm

  Log Message:
  -----------
  [Live Range Selection] Some tests in TestWebKitAPI.ImageAnalysisTests fail
https://bugs.webkit.org/show_bug.cgi?id=250125

Reviewed by Darin Adler.

The following tests fail when enabling live range selection because they were using legacy editing offsets,
which is no longer allowed. Fixed the tests by using valid offsets instead.
TestWebKitAPI.ImageAnalysisTests.AllowRemoveBackgroundOnce
TestWebKitAPI.ImageAnalysisTests.MenuControllerItems
TestWebKitAPI.ImageAnalysisTests.PerformRemoveBackground

* Tools/TestWebKitAPI/Tests/WebKitCocoa/ImageAnalysisTests.mm:

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




More information about the webkit-changes mailing list