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>CSS Masking: clip-path: clip path fill-box</title><linkrel="author"title="CJ Ku"href="mailto:cku@mozilla.com"><linkrel="author"title="Mozilla"href="https://www.mozilla.org"><linkrel="help"href="https://www.w3.org/TR/css-masking-1/#the-clip-path"><linkrel="match"href="clip-path-geometryBox-1-ref.html"><metaname="fuzzy"content="maxDifference=0-79; totalPixels=0-392"><metaname="assert"content="Test checks whether clip-path fill-box works correctly or not. This test is for clip-path applied to an SVG SVG element."><style>svg{position:absolute;left:5px;top:5px;background-color:blue;width:100px;height:100px;margin:10px;padding:10px;border:solidblue25px;clip-path:circle(farthest-side)fill-box;}</style></head><body><svgwidth="200"height="200"><rectx="0"y="0"width="200"height="200"fill="blue"></svg></body></html>