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"><title>Child moves and reveals previously obscured background of the parent</title><linkrel="match"href="child-move-reveals-parent-background-ref.html"><linkrel="help"href="https://drafts.csswg.org/css-backgrounds"><scriptsrc="/common/reftest-wait.js"></script><style>#parent{width:150px;height:150px;background-color:green;}#child{width:150px;height:150px;background-color:white;position:relative;}</style><p>There should be a green square below.</p><divid="parent"><divid="child"></div></div><script>requestAnimationFrame(()=>requestAnimationFrame(()=>{child.style.left='150px';takeScreenshot();}));</script>