Revert "Bug 1977019 - re-enable hw video decoding testing. r=media-playback-reviewers,jolin" for causing win mda failures on test_hw_video_decoding.html
This reverts commit 158474bdc0cf585b701bc47921f0a7d84f7bb84d.
<!DOCType html><html><body><scriptsrc=event-timing-test-utils.js></script><divstyle="width: 300px; height: 300px"id='iframe_div'onmousedown="mainThreadBusy(120)"><script>(async()=>{constobserverPromise=newPromise(resolve=>{newPerformanceObserver(entryList=>{constmouseDowns=entryList.getEntriesByName('mousedown');if(mouseDowns.length===0)return;resolve(mouseDowns);}).observe({type:'event'});});constentries=awaitobserverPromise;constclickDone=performance.now();if(entries.length!==1){top.postMessage("failed","*");return;}constentry=entries[0];top.postMessage({// Entry values (|entry| itself is not clonable)"name":entry.name,"cancelable":entry.cancelable,"entryType":entry.entryType,"startTime":entry.startTime,"processingStart":entry.processingStart,"processingEnd":entry.processingEnd,"duration":entry.duration,// Other values"clickDone":clickDone,"target":entry.target.id,},'*');})();</script></body></html>