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><head><metacharset="utf-8"><title>iframe focuses parent same site outer</title></head><body><iframesrc="iframe-focuses-parent-same-site-inner.html"></iframe><script>varw=null;varfocusDisallowed=false;varfailed=false;window.onmessage=function(e){if(failed){return;}if(e.data=="ready"){focusDisallowed=true;document.getElementsByTagName("iframe")[0].contentWindow.postMessage("focus","*");return;}focusDisallowed=false;if(w){w.close();w=null;}opener.postMessage(failed?"FAIL":"PASS","*");}window.onload=function(){w=window.open("iframe-focuses-parent-same-site-other.html");}document.body.onfocus=function(){if(focusDisallowed){failed=true;}}</script></body></html>