Revert "Bug 1972411 - give gnome-shell and pipewire more time to start, and retry the task if we time out. r=jmaher" for causing linux perma failures
This reverts commit 2b905fe7199c9210434f7c7f8326b57025c91c55.
Revert "Bug 1972411 - make /builds/worker/fetches a volume in the test docker image. r=releng-reviewers,Eijebong"
This reverts commit 9d15aecaf6a08b98d3c47f2d0e644e35341b2520.
<!DOCTYPE html><html><head><title>CSS Masking: Test clip-path property and shape function with content-box</title><linkrel="help"href="https://drafts.csswg.org/css-shapes-2/#funcdef-shape"><linkrel="match"href="reference/clip-path-path-001-ref.html"><metaname="assert"content="The clip-path property takes the basic shape 'shape()' for clipping. Test the usage of the reference box. On pass you should see a green square."></head><style>#rect{width:140px;height:140px;padding:10px;border:10pxsolidred;box-sizing:border-box;background-color:green;/* The size of the content-box is 100x100. */clip-path:shape(from-10px-10%,hlineby80px,vlineby80%,hlineby-80%,close)content-box;}</style><body><p>The test passes if there is a green filled rect.</p><divid="rect"></div></body></html>