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><linkrel="help"href="https://drafts.csswg.org/css-anchor-1/#propdef-anchor-name"><linkrel="author"href="mailto:kojii@chromium.org"><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><scriptsrc="/resources/check-layout-th.js"></script><scriptsrc="support/test-common.js"></script><style>#container{position:relative;}#anchor1{anchor-name:--a1;}#anchor2{anchor-name:--a2;}#anchor1,#anchor2{width:5px;height:7px;background:orange;}.after#anchor1,.after#anchor2{width:10px;}.target{position:absolute;}</style><body><divid="container"><!-- When the anchor is in the same containing block. --><divid="anchor1"></div><divclass="target"style="left: anchor(--a1 right)"data-offset-x=5></div><divclass="target"style="width: anchor-size(--a1 width)"data-expected-width=5></div><!-- When the anchor is in a different containing block. --><div><divid="anchor2"></div></div><divclass="target"style="left: anchor(--a2 right)"data-offset-x=5></div><divclass="target"style="width: anchor-size(--a2 width)"data-expected-width=5></div></div><scripttype="module">awaitcheckLayoutForAnchorPos('.target',false);container.classList.add('after');for(constelementofdocument.getElementsByClassName('target')){if(element.dataset.offsetX==='5')element.dataset.offsetX='10';if(element.dataset.expectedWidth==='5')element.dataset.expectedWidth='10';}awaitcheckLayoutForAnchorPos('.after .target',true);</script></body>