Open
Bug 1446726
Opened 8 years ago
Updated 3 years ago
Wait for appropriate event after tab removal in dom/base/test/browser_messagemanager_loadprocessscript.js
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | affected |
People
(Reporter: arai, Unassigned)
References
Details
Separated from bug 1442465.
dom/base/test/browser_messagemanager_loadprocessscript.js was waiting for the promise returned by BrowserTestUtils.removeTab, but the promise is removed in bug 1442465.
What the test actually should do is wait for the tab removal gets reflected to the process count.
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•