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><htmllang="en"><head><metacharset="utf-8"/><title>CSS3 Text, linebreaks: U+12470 CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER</title><linkrel='author'title='Richard Ishida'href='mailto:ishida@w3.org'><linkrel='help'href='https://drafts.csswg.org/css-text-3/#line-breaking'><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><metaname='flags'content='should dom'><metaname="assert"content="[Exploratory] The browser will break a line of text after any Unicode character with the BA historic word separator property."><styletype='text/css'>.test>div{font-family:monospace;font-size:25px;width:50ch;line-height:30px;}#breakable2{white-space:pre-line;}#breakable3{white-space:pre-wrap;}#breakable4{white-space:break-spaces;}</style></head><body><divclass="test"><divid="breakable">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𒑰bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div><divid="breakable2">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𒑰bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div><divid="breakable3">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𒑰bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div><divid="breakable4">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa𒑰bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</div></div><!--Notes:Box height: <span id='debugresult'></span><script>document.getElementById('debugresult').innerHTML = document.getElementById('breakable').offsetHeight;</script>--><script>test(function(){assert_true(document.getElementById('breakable').offsetHeight>35);},"white-space:normal");test(function(){assert_true(document.getElementById('breakable2').offsetHeight>35);},"white-space:pre-line");test(function(){assert_true(document.getElementById('breakable3').offsetHeight>35);},"white-space:pre-wrap");test(function(){assert_true(document.getElementById('breakable4').offsetHeight>35);},"white-space:break-spaces");</script><divid='log'></div></body></html>