Closed
Bug 1934999
Opened 2 months ago
Closed 2 months ago
Make browser_mouseout_notification_panel.js. test more reliable
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
135 Branch
People
(Reporter: edgar, Assigned: edgar)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → echen
Assignee | ||
Comment 1•2 months ago
|
||
By explicitly synthesizing mousemove events after the notification is shown,
instead of relying on the automatically synthesized mousemove events during reflow.
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/62d7779d5e8b
Make browser_mouseout_notification_panel.js test more reliable; r=smaug
Comment 3•2 months ago
|
||
Thanks Edgar!
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
Assignee | ||
Comment 5•2 months ago
|
||
By explicitly synthesizing mousemove events after the notification is shown,
instead of relying on the automatically synthesized mousemove events during reflow.
Original Revision: https://phabricator.services.mozilla.com/D231010
Updated•2 months ago
|
Attachment #9442107 -
Flags: approval-mozilla-beta?
Comment 6•2 months ago
|
||
beta Uplift Approval Request
- User impact if declined: No user impact, but it could suppress the intermittent failures caused by the uplift of bug 1920998.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: None
- Risk associated with taking this patch: Low
- Explanation of risk level: Update test only
- String changes made/needed: None
- Is Android affected?: no
Updated•2 months ago
|
Attachment #9442107 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•2 months ago
|
status-firefox134:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•