mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1223510, part 3 - Change where generator is created. r=baku
Mostly this lets us take advantage of things created during the initial setup.
This commit is contained in:
parent
e47ad87cb9
commit
9fd7a4a9fa
@ -3,13 +3,14 @@
|
||||
* http://creativecommons.org/publicdomain/zero/1.0/
|
||||
*/
|
||||
|
||||
var testGenerator = testSteps();
|
||||
var testGenerator;
|
||||
|
||||
function runTest()
|
||||
{
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
SpecialPowers.pushPrefEnv({'set': [ ["dom.archivereader.enabled", true] ]}, function() {
|
||||
testGenerator = testSteps();
|
||||
return testGenerator.next();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user