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><!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --><metacharset="UTF-8"><title>Canvas test: 2d.layer.clearRect.full</title><h1>2d.layer.clearRect.full</h1><pclass="desc">clearRect inside a layer can clear all of the layer content.</p><canvasid="canvas"width="100"height="100"><pclass="fallback">FAIL (fallback content)</p></canvas><script>constcanvas=document.getElementById("canvas");constctx=canvas.getContext('2d');ctx.fillStyle='blue';ctx.fillRect(10,10,80,50);</script>