зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1041597 - Fix web audio editor browser destroy node test. r=vp
This commit is contained in:
Родитель
d0c45c6bb8
Коммит
f5447e1cf2
|
@ -40,7 +40,7 @@ function spawnTest() {
|
|||
yield Promise.all([destroyed, waitForGraphRendered(panelWin, 3, 2)]);
|
||||
|
||||
// Test internal storage
|
||||
ok(panelWin.AudioNodes.length, 3, "All nodes should be GC'd except one gain, osc and dest node.");
|
||||
is(panelWin.AudioNodes.length, 3, "All nodes should be GC'd except one gain, osc and dest node.");
|
||||
|
||||
// Test graph rendering
|
||||
ok(findGraphNode(panelWin, actorIDs[0]), "dest should be in graph");
|
||||
|
|
Загрузка…
Ссылка в новой задаче