Closed
Bug 1703420
Opened 5 years ago
Closed 5 years ago
Enable test_animations_omta.html on fission+xorig runs
Categories
(Core :: Layout, task, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(1 file)
I noticed the test has been disabled there, and the reason I guess is it causes; "Permission denied to get property "href" on cross-origin object" errors because the test uses window.top.location.href.
:kmag told me on Matrix, "SpecialPowers.spawnChrome([], () => browsingContext.top.currentURI.spec)" is a way to get the string from OOP iframes.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by hikezoe.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bc98a6aea85d
Use SpecialPowers.spawnChrome to query the top level content document's location to run the test on Fission+XOrig. r=boris
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•