mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 423802 - "xulrunner.exe crashes when a specially crafted grid control is used" (crashtest) [r=dbaron]
This commit is contained in:
parent
92e33f41be
commit
9474e74a6e
13
layout/xul/base/src/grid/crashtests/423802-crash.xul
Normal file
13
layout/xul/base/src/grid/crashtests/423802-crash.xul
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<window xmlns = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||||
|
|
||||||
|
<grid>
|
||||||
|
<columns>
|
||||||
|
<column id="col1" flex="1"/>
|
||||||
|
<column id="col2" flex="1"/>
|
||||||
|
<column id="col3" flex="P-2"/>
|
||||||
|
</columns>
|
||||||
|
</grid>
|
||||||
|
|
||||||
|
</window>
|
@ -5,3 +5,4 @@ load 321066-1.xul
|
|||||||
load 321073-1.xul
|
load 321073-1.xul
|
||||||
load 382750-1.xul
|
load 382750-1.xul
|
||||||
load 400790-1.xul
|
load 400790-1.xul
|
||||||
|
load 423802-crash.xul
|
||||||
|
Loading…
Reference in New Issue
Block a user