decodeQueueSize, 0);@@ -233,7 +298,8 @@ promise_test(async t => {decoder.configure(CONFIG); for (let i = 0; i < 4; i++) { decoder.decode(new EncodedVideoChunk({type: 'key', timestamp: 1, data: CHUNK_DATA[0]}));
35 + var test = asyncTestQueue.shift(); 36 + currentTest = test; 37 + test.action(done); 38 + } else { 39 + clearInterval(asyncTestHandle); 40 + } 41 + } 42 + 43 + return function asyncTest(description, fn) { 44 + var stack = new Error().stack.split('\n...