Bug 934834 - Intermittent browser_webgl-actor-test-16.js | There should be 2 cached program actors now. - Got 0, expected 2 | Got an error: firstProgramActor is undefined | Found an unexpected tab at the end of test run: doc_multiple-contexts.html, r=me

This commit is contained in:
Victor Porof 2013-11-08 10:45:17 +02:00
parent 8849199ab5
commit 562875bcd9

View File

@ -45,6 +45,8 @@ function ifWebGLSupported() {
is(programs.length, 0,
"There should be no cached program actors yet.");
yield once(front, "program-linked");
yield once(front, "program-linked");
yield globalCreated;
let programs = yield front.getPrograms();
is(programs.length, 2,