Bug 372576 - crashtest

This commit is contained in:
alex 2013-01-26 21:28:56 +01:00
parent 05e808bd42
commit 0c46cdfce2
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="yourwindow" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="text/javascript">
<![CDATA[
// put some js code here
]]>
</script>
<toolbox>
<toolbar>
<toolbarbutton type="menu" class="toolbarbutton-1 firefly_files" label="Crash" tooltiptext="Crash">
<menupopup onpopupshown="this.enableKeyboardNavigator(false);">
<menuitem>
<textbox type="autocomplete" oninput="doFilter(this.value,false)" onchange="doFilter(this.value,false)" />
</menuitem>
</menupopup>
</toolbarbutton>
</toolbar>
</toolbox>
</window>

View File

@ -139,6 +139,7 @@ load 371681-1.xhtml
load 372237-1.html
load 372475-1.xhtml
load 372550-1.html
load 372576.xul
load 374193-1.xhtml
load 374297-1.html
load 374297-2.html