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><!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1020244 --><metacharset="utf-8"><title>Test for Bug 1185351 - Make sure that we don't enforce CSP on styles for AnonymousContent</title><scriptsrc="/tests/SimpleTest/SimpleTest.js"></script><linkrel="stylesheet"href="/tests/SimpleTest/test.css"/><div><divid="test-element"style="color:red;">text content</div></div><script>letchromeDocument=SpecialPowers.wrap(document);lettestElement=document.querySelector("div");letanonymousContent=chromeDocument.insertAnonymousContent();anonymousContent.root.appendChild(testElement.cloneNode(true));letel=anonymousContent.root.getElementById("test-element");el.style=`color: green;`;letstyle=el.getAttribute("style");is(style,"color: green;","The anonymous content exists with CSP");chromeDocument.removeAnonymousContent(anonymousContent);</script>