Closed
Bug 1786649
Opened 2 years ago
Closed 2 years ago
browser/e10s/browser_caching_position.js fails when caching is enabled.
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
(Whiteboard: [ctw-m3])
Attachments
(1 file)
untilCacheOk
returns a promise, if there is no await
in an async function it will not resolve and will continue to poll the cache even when imgAcc
is garbage collected.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Whiteboard: [ctw-m3]
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fece20e85be0
Await for untilCacheOk to resolve in browser position test. r=morgan
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•