mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 779412 - Iterate over correct test array in test_info_leak. r=cpearce
This commit is contained in:
parent
78727e2c15
commit
7825395ee4
@ -35,7 +35,7 @@ function createTestArray() {
|
||||
var tests = [];
|
||||
var tmpVid = document.createElement("video");
|
||||
|
||||
for (var testNum=0; testNum<gSeekTests.length; testNum++) {
|
||||
for (var testNum=0; testNum<gInfoLeakTests.length; testNum++) {
|
||||
var test = gInfoLeakTests[testNum];
|
||||
if (!tmpVid.canPlayType(test.type)) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user