Project Fission/Enabling Tests with Fission: Difference between revisions

fixed typo
(Added one more tip.)
(fixed typo)
Line 14: Line 14:
* JavaScript error: resource:///actors/PageStyleChild.jsm, line 35: SecurityError: Permission denied to access property "document" on cross-origin object  This is just an error that always happens, so don’t worry about it if you see it in a specific test.
* JavaScript error: resource:///actors/PageStyleChild.jsm, line 35: SecurityError: Permission denied to access property "document" on cross-origin object  This is just an error that always happens, so don’t worry about it if you see it in a specific test.
* SpecialPowers push and pop for prefs have been fixed to work with Fission, but the equivalent methods for permissions have not been.
* SpecialPowers push and pop for prefs have been fixed to work with Fission, but the equivalent methods for permissions have not been.
* If the test failure cause is a shutdown hang, leak or crash, reach out to the DOM Fission team.
* If the test failure cause is a shutdown hang, leak or crash, reach out to the DOM Fission team, as this is a known Fission issue.
Confirmed users
30

edits