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><metacharset="UTF-8"><title>CSS Backgrounds Test: border-image-repeat: round stretch</title><!-- Created: June 23rd 2023 Last modified: August 23rd 2023 --><linkrel="author"title="Gérard Talbot"href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"><linkrel="help"href="https://www.w3.org/TR/css-backgrounds-3/#border-image-repeat"><linkrel="help"href="https://www.w3.org/TR/css-backgrounds-3/#border-image-process"><linkrel="match"href="reference/border-image-repeat-round-stretch-001-ref.html"><metacontent=""name="flags"><metacontent="This test checks that the process of repeating the tile when 'border-image-repeat' is 'round stretch'. Thanks to a specially crafted rectangular border-image, we check how the sliced border-image is, in the first-subtest, rescaled down horizontally (top and bottom sides), and is, in the second-subtest, rescaled up horizontally (top and bottom sides). In both subtests, the border-image in the vertical axis (left and right sides) are stretched."name="assert"><!-- 'round' The image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does. https://www.w3.org/TR/css-backgrounds-3/#valdef-border-image-repeat-round 'stretch' The image is stretched to fill the area. https://www.w3.org/TR/css-backgrounds-3/#valdef-border-image-repeat-stretch --><style>div{border:redsolid64px;border-image-repeat:roundstretch;/* " The first keyword applies to the horizontal scaling and tiling of the top, middle and bottom parts, the second to the vertical scaling and tiling of the left, middle and right parts " https://www.w3.org/TR/css-backgrounds-3/#border-image-repeat */border-image-slice:64fill;/* the center will be black */border-image-source:url("support/4bicolor-squares.png");display:inline-block;image-rendering:pixelated;/* attempt to overcome antialias fuzziness */margin-right:1em;}div#first-subtest{height:192px;width:96px;/* 96px divided by 64px == 1.5 which is rounded up to 2. So, the image should be 96px divided by 2 == 48px wide. That means that the top and bottom bicolor (yellow and purple) images should be 48px wide, therefore rescaled down, from sliced 64px to 48px. The left and right sides should be stretched from sliced 64px to 192px (3 times). */}div#second-subtest{height:128px;width:80px;/* 80px divided by 64px == 1.25 which is rounded down to 1. So, each image should be 80px divided by 1 == 80px wide. That means that the top and bottom bicolor (yellow and purple) images should be 80px wide therefore rescaled up, from sliced 64px to 80px. The left and right sides should be stretched from sliced 64px to 128px (2 times). */}</style><divid="first-subtest"></div><divid="second-subtest"></div>