Open
Bug 755955
Opened 13 years ago
Updated 3 years ago
The reftest framework runs the test and the reference with random :hover state - causing random orange
Categories
(Testing :: Reftest, defect)
Testing
Reftest
Tracking
(Not tracked)
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
Details
Follow-up from bug 755025 which wallpapered this bug for a couple of tests.
It seems the reftest framework doesn't guarantee that the synthetic mouse event
that triggers :hover on document load has been run, so there's a race between
that and the snapshot being taken. This can cause the test and reference
to have different state causing orange if the mouse pointer happens to be
over a form control, scrollbar etc which has :hover styling.
Updated•3 years ago
|
Severity: major → S2
You need to log in
before you can comment on or make changes to this bug.
Description
•