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><title>CSS Masking: Test clip-path property and circle function with percentage radius</title><linkrel="author"title="Dirk Schulze"href="mailto:dschulze@adobe.com"><linkrel="help"href="http://www.w3.org/TR/css-masking-1/#clipping-paths"><linkrel="help"href="http://www.w3.org/TR/css-masking-1/#the-clip-path"><linkrel="match"href="reference/clip-path-circle-ref.html"><metaname="fuzzy"content="0-38; 0-800"><metaname="assert"content="The clip-path property takes the basic shape 'circle' for clipping. Test percentage value as argument for radius and no position arguments. The circle should be in the center of the element. On pass there should be a green circle."></head><body><p>The test passes if there is a full green circle.</p><divstyle="width: 200px; height: 200px; background-color: green; clip-path: circle(50%);"></div></body></html>