[Webkit-unassigned] [Bug 116466] New: Try to reduce the flakiness of 4 :hover tests.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 20 15:09:54 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116466
Summary: Try to reduce the flakiness of 4 :hover tests.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: bdakin at apple.com, jchaffraix at webkit.org,
simon.fraser at apple.com
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).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list