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.
<?xml version="1.0"?><?xml-stylesheet type="text/css" href="chrome://global/skin"?><?xml-stylesheet type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"?><!--https://bugzilla.mozilla.org/show_bug.cgi?id=1181560--><windowtitle="Mozilla Bug 1181560"xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"onload="SimpleTest.waitForFocus(nextTest, window)"><scriptsrc="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/><scriptsrc="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"/><!--testresultsaredisplayedinthehtml:body--><bodyxmlns="http://www.w3.org/1999/xhtml"><ahref="https://bugzilla.mozilla.org/show_bug.cgi?id=1181560"target="_blank">MozillaBug1181560</a></body><vbox><menubar><menuid="menu"label="MyMenu"><menupopup><menuitemlabel="A"/><menuid="b"label="B"><menupopup><menuitemlabel="B1"/></menupopup></menu><menuid="c"label="C"><menupopup><menuitemlabel="C1"/></menupopup></menu></menupopup></menu></menubar></vbox><!--testcodegoeshere--><scripttype="application/javascript"><![CDATA[/** Test for Bug 1181560 **/SimpleTest.waitForExplicitFinish();letmenuB,menuC,mainMenu,menuBOpen,menuCOpen;letmenuBOpenCount=0;functionhandleBOpens(){menuBOpenCount++;menuBOpen=true;ok(!menuCOpen,"Menu C should not be open when menu B has opened");if(menuBOpenCount>=2){SimpleTest.finish();return;}sendKey("LEFT",window);sendKey("DOWN",window);sendKey("RIGHT",window);}functionhandleBCloses(){menuBOpen=false;}functionhandleCOpens(){menuCOpen=true;ok(!menuBOpen,"Menu B should not be open when menu C has opened");synthesizeMouseAtCenter(menuB,{},window);}functionhandleCCloses(){menuCOpen=false;}functionnextTest(e){mainMenu=document.getElementById("menu");menuB=document.getElementById("b");menuC=document.getElementById("c");menuB.menupopup.addEventListener("popupshown",handleBOpens);menuB.menupopup.addEventListener("popuphidden",handleBCloses);menuC.menupopup.addEventListener("popupshown",handleCOpens);menuC.menupopup.addEventListener("popuphidden",handleCCloses);mainMenu.addEventListener("popupshown",ev=>{synthesizeMouseAtCenter(menuB,{},window);});mainMenu.open=true;}]]></script></window>