Closed
Bug 1737758
Opened 3 years ago
Closed 3 years ago
browser_inspector_iframe-navigation.js fails when EFT is enabled
Categories
(DevTools :: Inspector, task)
DevTools
Inspector
Tracking
(firefox95 fixed)
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
(Whiteboard: dt-perf-stability-mvp)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
The test was reloading an iframe twice very quickly, which could cause Promise
failures as a new target is created each time (when EFT is enabled).
To fix those, we wait for the ROOT_NODE resource associated with the new target.
Depends on D129483
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c521c4d11d10
[devtools] Fix browser_inspector_iframe-navigation.js with EFT. r=bomsy.
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•