Bug 423802 - "xulrunner.exe crashes when a specially crafted grid control is used" (crashtest) [r=dbaron]

This commit is contained in:
arno. 2008-07-12 05:12:56 -05:00
parent 92e33f41be
commit 9474e74a6e
2 changed files with 14 additions and 0 deletions

View 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>

View File

@ -5,3 +5,4 @@ load 321066-1.xul
load 321073-1.xul
load 382750-1.xul
load 400790-1.xul
load 423802-crash.xul