Open
Bug 1254518
Opened 6 years ago
Audit our usage of setting browser.preferences.instantApply in tests
Categories
(Firefox :: Preferences, defect)
Firefox
Preferences
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: jaws, Unassigned)
Details
firefox.js has instantApply set to false on Windows by default, because otherwise we would break add-ons. Many tests set instantApply to true for their test, and this could probably be revisited because the in-content preferences set document.instantApply=true so this may not be necessary.
You need to log in
before you can comment on or make changes to this bug.
Description
•