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><!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/--><html><head><metacharset="utf-8"><title>CSS Reftest Reference</title><linkrel="author"title="Daniel Holbert"href="mailto:dholbert@mozilla.com"><linkrel="help"href="https://www.w3.org/TR/css-flexbox-1/#flex-base-size"><style>.container{display:flex;width:100px;border:1pxsolidblack;}/* Two types of flex items: */.table{border:2pxsolidteal;}.block{border:2pxsolidbrown;}/* Each flex item gets one of these as its contents, to have a nonzero content size: */ib{display:inline-block;background:blue;border:1pxsolidgray;width:15px;height:10px;}</style></head><body><!-- auto size: --><divclass="container"><divclass="table"><ib></ib></div><divclass="block"><ib></ib></div></div><!-- px size: --><divclass="container"><divclass="table"style="width: 30px"><ib></ib></div><divclass="block"style="width: 30px"><ib></ib></div></div><!-- % size: --><divclass="container"><divclass="table"style="width: 30%"><ib></ib></div><divclass="block"style="width: 30%"><ib></ib></div></div><!-- calc() size: --><divclass="container"><divclass="table"style="width: calc(10px + 20%)"><ib></ib></div><divclass="block"style="width: calc(10px + 20%)"><ib></ib></div></div></body></html>