Loading
Bug 1203159 - Tweak environment test for appdir change. r=gfritzsche
Some DevTools files are changing how they are installed. This environment test relies on add-on manager infrastructure, which also loads some DevTools files. To access these DevTools files in XPCShell from a Firefox build, we need to set `firefox-appdir = browser` in the test manifest. However, this then causes `GMPProvider` to become enabled where it was not before, changing the values of the test. The test is adjusted to reflect the values `GMPProvider` reports.