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><htmlclass="reftest-wait"><script>constrate=44101;// not divisible by 2varcontext=newwindow.OfflineAudioContext(1,512,rate);varbuffer=context.createBuffer(1,128,rate);buffer.getChannelData(0)[0]=1.0;varsource=context.createBufferSource();source.buffer=buffer;source.playbackRate.value=rate/(Math.pow(2,30)*1.0000001);source.start(512/rate);context.startRendering().then(function(){document.documentElement.removeAttribute("class");});</script>