mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1041597 - Fix web audio editor browser destroy node test. r=vp
This commit is contained in:
parent
4933682164
commit
9235f9f515
@ -40,7 +40,7 @@ function spawnTest() {
|
|||||||
yield Promise.all([destroyed, waitForGraphRendered(panelWin, 3, 2)]);
|
yield Promise.all([destroyed, waitForGraphRendered(panelWin, 3, 2)]);
|
||||||
|
|
||||||
// Test internal storage
|
// 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
|
// Test graph rendering
|
||||||
ok(findGraphNode(panelWin, actorIDs[0]), "dest should be in graph");
|
ok(findGraphNode(panelWin, actorIDs[0]), "dest should be in graph");
|
||||||
|
Loading…
Reference in New Issue
Block a user