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 ellipse function with percentage values</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/#propdef-clip-path"><linkrel="match"href="reference/clip-path-ellipse-ref.html"><metaname="fuzzy"content="0-38; 0-400"><metaname="assert"content="The clip-path property takes the basic shape 'ellipse' for clipping. Test percentage values for radii and position arguments. Percentage values are relative to a reference box. If no reference box was specified, percentage values are relative to border-box. On pass you should see a green ellipse."></head><body><p>The test passes if there is a full green ellipse.</p><divstyle="width: 150px; height: 100px; border: solid red 50px; background-color: green; clip-path: ellipse(30% 25% at 50% 50%);"></div></body></html>