layout/base/crashtests/536720.xhtml
author AndiAJ <andiaj@users.noreply.github.com>
Tue, 15 Jul 2025 12:24:39 +0000 (11 hours ago)
changeset 796640 bb851a378010881961ccfae598f355ea1211941d
parent 502307 9cb264733132c914ab9df9e06c226f967abe8e00
permissions -rw-r--r--
Bug 1977313 - Fix failing custom search engines related UI tests r=aaronmt The UI test started to fail after this [[ https://phabricator.services.mozilla.com/D252233 | change ]] landed. To fix the 2 UI tests I've removed the snackbar assertions. Both tests successfuly passed 10x on Firebase ✅ Differential Revision: https://phabricator.services.mozilla.com/D257244
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>

<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<script type="text/javascript">
<![CDATA[

function boom()
{
  var menupopup = document.getElementById("menupopup");
  menupopup.remove();
}
window.addEventListener("load", boom, false);

]]>
</script>

<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><menulist><menupopup id="menupopup"/>
T
</menulist></window>

</window>