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><htmlclass="reftest-wait"><title>CSS Masking: Mutating a <clipPath>s 'transform' updates the clip path</title><linkrel="author"title="Fredrik Söderquist"href="mailto:fs@opera.com"><linkrel="help"href="https://drafts.fxtf.org/css-masking-1/#the-clip-path""><linkrel="help"href="https://crbug.com/881700"><linkrel="match"href="reference/clip-path-transform-mutated-002-ref.html"><metaname="assert"content="Check that clipPath's clients should be notified when the 'transform' presentation attribute (or CSS property) was mutated on a <clipPath>."/><scriptsrc="/common/reftest-wait.js"></script><scriptsrc="/common/rendering-utils.js"></script><style>#target{width:100px;height:100px;background-color:green;clip-path:url(#clip);}</style><divid="target"></div><svg><clipPathid="clip"><rectwidth="1"height="1"/></clipPath></svg><script>waitForAtLeastOneFrame().then(function(){clip.setAttribute('transform','scale(100 100)');takeScreenshot();});</script>