289 360 290 361 promise_test(async t => { 291 362 const callbacks = {}; 292 - const decoder = createVideoDecoder(t, callbacks); 293 - 294 - decoder.configure(CONFIG); 295 - decoder.decode(new EncodedVideoChunk
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...