[webkit-changes] [WebKit/WebKit] 0d5917: fast/forms/textfield-onchange-without-focus.html i...

Fujii Hironori noreply at github.com
Fri Aug 30 00:36:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0d5917793679f4a7913286f34ad2eab3dbbfc093
      https://github.com/WebKit/WebKit/commit/0d5917793679f4a7913286f34ad2eab3dbbfc093
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-08-30 (Fri, 30 Aug 2024)

  Changed paths:
    M LayoutTests/fast/forms/textfield-onchange-without-focus-expected.html
    M LayoutTests/fast/forms/textfield-onchange-without-focus.html

  Log Message:
  -----------
  fast/forms/textfield-onchange-without-focus.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=278900

Reviewed by Tim Nguyen.

This test was flaky for Windows port due to two reasons. This test was
using setTimeout without waitUntilDone or reftest-wait class of the
root element.

Because non-cocoa ports are using shadow DOM for the validity bubble,
we have to wait for the layout after reportValidity. Use
requestAnimationFrame to wait.

* LayoutTests/fast/forms/textfield-onchange-without-focus-expected.html:
* LayoutTests/fast/forms/textfield-onchange-without-focus.html:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list