NEW 116466
Try to reduce the flakiness of 4 :hover tests.
https://bugs.webkit.org/show_bug.cgi?id=116466
Summary Try to reduce the flakiness of 4 :hover tests.
Ryosuke Niwa
Reported 2013-05-20 15:08:21 PDT
We should consider merging https://chromium.googlesource.com/chromium/blink/+/5572128a489527f3808bd307531f9c4c7a7f07b3 Based on what is currently done throughout the LayoutTests/, there are 2 ways to reduce the flakiness of a :hover test: * Force layout before and after moving the mouse (especially since some tests claim that we don't track the mouse before first layout). * Force a click after moving the mouse. This change implements the first option as the second one didn't work for these tests (I remember that it helped in webkit.org/b/81460 though).
Attachments
Alexey Proskuryakov
Comment 1 2016-01-15 14:53:30 PST
Do we have any flaky tests fixed by this? From the description, this sounds like papering over a bug opssibly.
Note You need to log in before you can comment on or make changes to this bug.