Title: [293624] trunk/LayoutTests
Revision
293624
Author
[email protected]
Date
2022-04-29 11:13:02 -0700 (Fri, 29 Apr 2022)

Log Message

REGRESSION(r291998): [GTK] test accessibility/gtk/menu-list-unfocused-notifications.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=239888

Change the delay between changes to the combobox value to 1ms to ensure that an
accessibility event is consistently generated for both changes.

Patch by Arcady Goldmints-Orlov <[email protected]> on 2022-04-29
Reviewed by Martin Robinson.

* accessibility/gtk/menu-list-unfocused-notifications.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (293623 => 293624)


--- trunk/LayoutTests/ChangeLog	2022-04-29 18:11:19 UTC (rev 293623)
+++ trunk/LayoutTests/ChangeLog	2022-04-29 18:13:02 UTC (rev 293624)
@@ -1,5 +1,17 @@
 2022-04-29  Arcady Goldmints-Orlov  <[email protected]>
 
+        REGRESSION(r291998): [GTK] test accessibility/gtk/menu-list-unfocused-notifications.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=239888
+
+        Change the delay between changes to the combobox value to 1ms to ensure that an
+        accessibility event is consistently generated for both changes.
+
+        Reviewed by Martin Robinson.
+
+        * accessibility/gtk/menu-list-unfocused-notifications.html:
+
+2022-04-29  Arcady Goldmints-Orlov  <[email protected]>
+
         REGRESSION(r290548) [GTK][WPE] test LayoutTests/fast/events/node-event-anchor-lock.html fails
         https://bugs.webkit.org/show_bug.cgi?id=239890
 

Modified: trunk/LayoutTests/accessibility/gtk/menu-list-unfocused-notifications.html (293623 => 293624)


--- trunk/LayoutTests/accessibility/gtk/menu-list-unfocused-notifications.html	2022-04-29 18:11:19 UTC (rev 293623)
+++ trunk/LayoutTests/accessibility/gtk/menu-list-unfocused-notifications.html	2022-04-29 18:13:02 UTC (rev 293624)
@@ -51,7 +51,7 @@
                     finishJSTest();
                 }, 0);
             }, 0);
-        }, 0);
+        }, 1);
     }, 0);
 }
 </script>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to