[webkit-changes] [WebKit/WebKit] b8c953: TestWebKitAPI.PasteHTML.ReadSelectionFromPasteboar...

Ryosuke Niwa noreply at github.com
Wed Mar 8 11:48:12 PST 2023


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

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

  Log Message:
  -----------
  TestWebKitAPI.PasteHTML.ReadSelectionFromPasteboard fails when enabling GPU process and UI side composting
https://bugs.webkit.org/show_bug.cgi?id=253531
<rdar://104037218>

Reviewed by Wenson Hsieh.

The test fails because we are expecting autofocusing step to happen synchronously. Manually focus the element
instead so that this works reliably even when GPU process & UI side compositing are enabled.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/PasteHTML.mm:
(TEST):

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




More information about the webkit-changes mailing list