mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 372576 - crashtest
This commit is contained in:
parent
05e808bd42
commit
0c46cdfce2
20
layout/base/crashtests/372576.xul
Normal file
20
layout/base/crashtests/372576.xul
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user