diff options
Diffstat (limited to 'layout/xul/grid/crashtests/321066-1.xul')
-rw-r--r-- | layout/xul/grid/crashtests/321066-1.xul | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/xul/grid/crashtests/321066-1.xul b/layout/xul/grid/crashtests/321066-1.xul new file mode 100644 index 000000000..789c2582c --- /dev/null +++ b/layout/xul/grid/crashtests/321066-1.xul @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <grid> + <rows> + <column/> + </rows> + </grid> +</window> |