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><title>background-position with 'bottom' and 'right' edge keywords with background-repeat 'round'</title><linkrel="help"href="https://drafts.csswg.org/css-backgrounds/#background-position"><linkrel="help"href="https://drafts.csswg.org/css-backgrounds/#background-repeat"><linkrel="match"href="reference/background-position-bottom-right-repeat-round-ref.html"><style>#target{width:100px;height:100px;background-image:linear-gradient(45deg,lime,green);background-repeat:round;background-size:51px51px;background-position:right25%bottom25%;}</style><divid="target"></div>