REOPENED 87748
fast/forms/select/optgroup-clicking.html is failing / timing out
https://bugs.webkit.org/show_bug.cgi?id=87748
Summary fast/forms/select/optgroup-clicking.html is failing / timing out
Marcus Bulach
Reported 2012-05-29 08:11:11 PDT
After r118772, fast/forms/select/optgroup-clicking.html fails on chromium: Menu list with arrow key -PASS $("menulist").selectedIndex is 8 +FAIL $("menulist").selectedIndex should be 8. Was 3. PASS successfullyParsed is true
Attachments
Patch (1.44 KB, patch)
2012-05-29 08:14 PDT, Marcus Bulach
no flags
Patch (1.44 KB, patch)
2012-05-29 08:17 PDT, Marcus Bulach
no flags
Marcus Bulach
Comment 1 2012-05-29 08:14:45 PDT
Marcus Bulach
Comment 2 2012-05-29 08:17:19 PDT
Marcus Bulach
Comment 3 2012-05-29 08:20:34 PDT
Marcus Bulach
Comment 4 2012-05-29 08:21:07 PDT
Re-opening the bug (just landed the expectations).
Jessie Berlin
Comment 5 2012-05-29 09:37:31 PDT
It also fails on Mac with the same diff. I am going to land the expected failing results for Mac in order to get the bots green.
Radar WebKit Bug Importer
Comment 6 2012-05-29 09:38:25 PDT
Jessie Berlin
Comment 7 2012-05-29 09:44:00 PDT
This test is actually timing out on the Mac bots http://build.webkit.org/results/Lion%20Release%20(Tests)/r118778%20(8745)/results.html When I run locally, it times out unless I interact with the keyboard while the test is running. When I do interact with the keyboard while the test is running, I see the same failing results that chromium is seeing. I am going to skip it instead of landing failing expectations on Mac.
Jessie Berlin
Comment 8 2012-05-29 09:49:54 PDT
Added to the Mac Skipped list in http://trac.webkit.org/changeset/118797
Kent Tamura
Comment 9 2012-05-29 17:57:18 PDT
Ah, the test is trying to type keys by eventSender against a <select> popup. It doesn't work on some platforms. We should remove that part of the test.
Kent Tamura
Comment 10 2012-05-29 18:02:01 PDT
This is not a regression. optgroup-clicking.html is a new test.
Ryosuke Niwa
Comment 11 2013-05-22 17:44:13 PDT
This test still times out on Mac.
Note You need to log in before you can comment on or make changes to this bug.