[Webkit-unassigned] [Bug 237803] [ATSPI] accessibility/dropdown-value.html is timing out since added in 248145 at main

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 15 07:01:44 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=237803

--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The problem is that the test expects that select element exposes the selected item text as string value. That's not the case of ATK/ATSPI. We can make it work in all platforms by waiting for the selected index to change instead (selectedChildAtIndex). If the intention of the test is to specifically check the string value, then it's better to move it under mac platform dir.

Btw, Andrés, please don't skip tests that aren't platform specific for GTK, because we might not notice it. If a test is failing for GTK just add us to the CC. If you are in a hurry, it's better to land the patch with the test failing for GTK than skipped for GTK.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220315/8efef3de/attachment.htm>


More information about the webkit-unassigned mailing list