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-clip: content-box with fractional width/position</title><linkrel="help"href="https://www.w3.org/TR/css-backgrounds-3/#the-background-clip"><linkrel="match"href="../reference/ref-filled-green-100px-square-only.html"><style>.back{background-color:red;width:100px;display:flex;}.left{flex-basis:50%;border-left:5pxsolidgreen;}.right{flex-basis:50%;border-right:6pxsolidgreen;}.left,.right{background-color:green;background-clip:content-box;height:100px;}</style><p>Test passes if there is a filled green square.</p><divclass="back"><divclass="left"></div><divclass="right"></div></div>