Closed
Bug 1967450
Opened 11 months ago
Closed 11 months ago
Make test_context_menu_suppression_paste_event test in browser_navigator_clipboard_contextmenu_suppression.js more reliable
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect, P2)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
FIXED
140 Branch
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(1 file)
Per find in bug 1885455 comment# 68, test_context_menu_suppression_paste_event test might add the listener after the paste event has already been dispatched here, and test times out because of that.
| Assignee | ||
Comment 1•11 months ago
|
||
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/643041a60005
– Ensure listener is registered on clipboard test page before continuing the test; r=nika
Pushed by agoloman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3e2944647c66
Revert "Bug 1967450 – Ensure listener is registered on clipboard test page before continuing the test; r=nika" for causing bc failures @browser_navigator_clipboard_contextmenu_suppression.js.
Backed out for causing bc failures @browser_navigator_clipboard_contextmenu_suppression.js.
Flags: needinfo?(echen)
| Assignee | ||
Updated•11 months ago
|
Flags: needinfo?(echen)
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b889bcfd39d
– Ensure listener is registered on clipboard test page before continuing the test; r=nika
Comment 6•11 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 11 months ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Updated•11 months ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
You need to log in
before you can comment on or make changes to this bug.
Description
•